Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:31:45 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Learn Digital Marketing"
description="100% Practical Training | Live Projects | Job-Ready Skills | Personal Mentorship by Rahul Sir | 5.0★ Rating (43 Reviews)"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Call Now: 098998 12952", href: "tel:098998 12952" },
{ text: "📩 Book Free Demo Class", href: "#contact" }
@@ -78,29 +78,29 @@ export default function LandingPage() {
{
title: "SEO Mastery", description: "Learn on-page, off-page, and technical SEO. Get hands-on experience with real websites and ranking strategies.", icon: TrendingUp,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=1", imageAlt: "SEO Training" },
{ imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=2", imageAlt: "SEO Tools" }
{ imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO Training" },
{ imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO Tools" }
]
},
{
title: "Google Ads & PPC", description: "Master Google Ads, keyword research, bidding strategies, and ROI optimization. Run live campaigns and track results.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=1", imageAlt: "Google Ads Training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=2", imageAlt: "PPC Campaigns" }
{ imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", imageAlt: "Google Ads Training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", imageAlt: "PPC Campaigns" }
]
},
{
title: "Social Media Marketing", description: "Instagram, Facebook, YouTube strategies. Content creation, engagement tactics, and community building for brands.", icon: Share2,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg?_wi=1", imageAlt: "Social Media Training" },
{ imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg?_wi=2", imageAlt: "Content Strategy" }
{ imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg", imageAlt: "Social Media Training" },
{ imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg", imageAlt: "Content Strategy" }
]
},
{
title: "Meta Ads Mastery", description: "Facebook & Instagram Ads: audience targeting, creative design, funnel building, and conversion optimization.", icon: Target,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=1", imageAlt: "Meta Ads Training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=2", imageAlt: "Ad Campaign Setup" }
{ imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg", imageAlt: "Meta Ads Training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg", imageAlt: "Ad Campaign Setup" }
]
}
]}
@@ -118,10 +118,10 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "Student, Digital Marketing Batch 2024", testimonial: "Best trainer for practical training. Rahul Sir's mentorship helped me get placed within 3 months. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1", imageAlt: "Priya Sharma"
id: "1", name: "Priya Sharma", handle: "Student, Digital Marketing Batch 2024", testimonial: "Best trainer for practical training. Rahul Sir's mentorship helped me get placed within 3 months. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Amit Kumar", handle: "Freelancer, SEO Specialist", testimonial: "Environment is too good, got full practical knowledge. Now earning ₹60,000+ per month through freelancing. Thanks Rahul Sir!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Amit Kumar"
id: "2", name: "Amit Kumar", handle: "Freelancer, SEO Specialist", testimonial: "Environment is too good, got full practical knowledge. Now earning ₹60,000+ per month through freelancing. Thanks Rahul Sir!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Amit Kumar"
},
{
id: "3", name: "Neha Verma", handle: "Digital Marketing Executive", testimonial: "Excellent experience and best institute in Rohini for digital marketing. Small batch size meant personalized attention.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg", imageAlt: "Neha Verma"
@@ -130,10 +130,10 @@ export default function LandingPage() {
id: "4", name: "Rahul Desai", handle: "Business Owner, E-commerce", testimonial: "Learned Google Ads and Meta Ads. Implemented strategies for my business and ROI increased by 250%. Best decision!", imageSrc: "http://img.b2bpic.net/free-photo/student-posing-group-study-session-with-colleagues_23-2149211075.jpg", imageAlt: "Rahul Desai"
},
{
id: "5", name: "Sapna Singh", handle: "Content Strategist, Digital Agency", testimonial: "Rahul Sir taught me the fundamentals that helped me advance quickly in my career. Real-world projects were amazing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2", imageAlt: "Sapna Singh"
id: "5", name: "Sapna Singh", handle: "Content Strategist, Digital Agency", testimonial: "Rahul Sir taught me the fundamentals that helped me advance quickly in my career. Real-world projects were amazing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Sapna Singh"
},
{
id: "6", name: "Vikram Patel", handle: "Social Media Manager", testimonial: "Most practical course in Delhi. Interview preparation support was excellent. Got placed in a leading agency!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Vikram Patel"
id: "6", name: "Vikram Patel", handle: "Social Media Manager", testimonial: "Most practical course in Delhi. Interview preparation support was excellent. Got placed in a leading agency!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Vikram Patel"
}
]}
animationType="slide-up"