import React from 'react';
export default function App() {
const aiTools = [
{
name: 'ChatGPT',
short: 'AI assistant',
image: 'Chat-GPT-logo.webp',
badge: 'AI',
},
{
name: 'Gemini',
short: 'Google AI',
image: 'gemeni.jpg',
badge: 'AI',
},
{
name: 'Google Flow',
short: 'Ai Videos',
image: 'flow logo.webp',
badge: 'Automation',
},
{
name: 'Mailchimp',
short: 'Email campaigns',
image: 'mailchimp.webp',
badge: 'Email',
},
{
name: 'Claude',
short: 'AI writing',
image: 'images.png',
badge: 'AI',
},
{
name: 'Semrush',
short: 'SEO intelligence',
image: 'semrush logo.png',
badge: 'SEO',
},
{
name: 'Pabbly',
short: 'Automations',
image: 'Pabbly.webp',
badge: 'Automation',
},
{
name: 'Canva',
short: 'Creative design',
image: 'canva logo.png',
badge: 'Design',
},
];
const platforms = [
{
title: 'Meta Business Suite',
description: 'Manage campaigns, page activity, content scheduling, and audience engagement across Meta properties.',
},
{
title: 'Google Ads',
description: 'Launch, optimize, and scale paid search, display, and performance campaigns focused on ROI.',
},
{
title: 'Google Search Console',
description: 'Track search visibility, indexing, click-through performance, and technical SEO opportunities.',
},
{
title: 'Google Tag Manager',
description: 'Deploy pixels, analytics tags, and conversion tracking without slowing development cycles.',
},
{
title: 'GA4 Analytics',
description: 'Measure user journeys, channel performance, lead funnels, and website engagement.',
},
{
title: 'Looker Studio',
description: 'Turn raw campaign data into dashboards for clients, teams, and business decision-makers.',
},
{
title: 'Semrush / Ahrefs',
description: 'Research keywords, monitor competition, and identify growth opportunities for organic traffic.',
},
{
title: 'WordPress / Shopify',
description: 'Support landing page optimization, technical fixes, and conversion improvements on key websites.',
},
];
const testimonials = [
{
quote: 'Strong practical exposure helped me learn social media, content creation, and affiliate marketing, then apply it to a real blog project.',
author: 'Tanya',
role: 'Student',
},
{
quote: 'Affordable learning, supportive environment, and teaching quality that made digital marketing concepts easier to apply on projects independently.',
author: 'Kajal',
role: 'Student',
},
{
quote: 'Practical examples and supportive faculty helped build useful digital marketing skills with a strong focus on real execution.',
author: 'Veenus',
role: 'Student',
},
{
quote: 'Mentorship, doubt support, and placements stood out as key reasons I view the institute so positively. Highly recommended.',
author: 'Anuvas',
role: 'Student',
},
{
quote: 'Prince sir provided highly valuable teaching in social media marketing. I also really appreciated the job assistance provided.',
author: 'Deepak',
role: 'Student',
},
{
quote: 'Presented as a solid starting point for a digital marketing career, with courses acting as perfect building blocks for skill development.',
author: 'Shilpa',
role: 'Student',
},
];
const features = [
'Paid Ads Strategy',
'SEO & Content Growth',
'Lead Funnel Optimization',
'Tracking & Analytics Setup',
];
return (
AI-powered performance marketing for modern brands
AI Digital Marketing Seminar
{features.map((feature) => (
{feature}
))}
Expert Highlight
Mr. Prince Verma
Digital Marketing Specialist
10+ years experience in Digital Marketing
Performance Marketing
SEO Strategy
Automation Workflows
Experience
10+
Years in digital marketing execution and growth strategy
Focus
Leads
Designed to improve pipeline quality, cost efficiency, and conversion rate
Approach
AI + Data
Combining AI tools, measurement systems, and campaign optimization
Student Reviews
What students say about the results
{testimonials.map((item, index) => (
“{item.quote}”
{item.author}
{item.role}
★★★★★
))}
Prince Verma
Digital marketing landing page mockup with responsive structure, accessibility-conscious interactions, and production-ready content organization.
Production Notes
Replace placeholder logo tiles and sample testimonials with licensed brand assets and approved client reviews before public release.
);
}