Merge version_1 into main #2
457
src/app/page.tsx
457
src/app/page.tsx
@@ -19,338 +19,151 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "courses",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Jai Mata Di"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Courses", id: "courses" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Jai Mata Di"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Master the Road. Drive with Confidence."
|
||||
description="Jai Mata Di Motor Car Training School, Faridabad. Providing expert, professional driving education since 2009. Join over 5,000+ satisfied students."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#courses",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/city-sparkles-light-streets-night_23-2149057571.jpg",
|
||||
alt: "City sparkles of light on the streets at night",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139124.jpg",
|
||||
alt: "Blurred night lights",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-car-nicht_23-2148140767.jpg",
|
||||
alt: "Woman in car at night",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/car-dashboard-lit-red-with-steering-wheel-night_181624-3294.jpg",
|
||||
alt: "Car dashboard lit in red",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-customer-car-dealership-posing_651396-1177.jpg",
|
||||
alt: "Happy customer at dealership",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our 5000+ graduates"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Trainers",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Flexible Timings",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Fleet",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "RTO Preparation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified School",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Master the Road. Drive with Confidence."
|
||||
description="Jai Mata Di Motor Car Training School, Faridabad. Providing expert, professional driving education since 2009. Join over 5,000+ satisfied students."
|
||||
buttons={[
|
||||
{ text: "Enroll Now", href: "#courses" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/city-sparkles-light-streets-night_23-2149057571.jpg", alt: "City sparkles" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139124.jpg", alt: "Blurred night lights" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-car-nicht_23-2148140767.jpg", alt: "Woman in car at night" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/car-dashboard-lit-red-with-steering-wheel-night_181624-3294.jpg", alt: "Car dashboard" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-customer-car-dealership-posing_651396-1177.jpg", alt: "Happy customer" },
|
||||
]}
|
||||
avatarText="Join our 5000+ graduates"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Professional Trainers" },
|
||||
{ type: "text", text: "Flexible Timings" },
|
||||
{ type: "text", text: "Modern Fleet" },
|
||||
{ type: "text", text: "RTO Preparation" },
|
||||
{ type: "text", text: "Certified School" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Faridabad's Most Trusted Driving School"
|
||||
metrics={[
|
||||
{
|
||||
icon: GraduationCap,
|
||||
label: "Students Trained",
|
||||
value: "5000+",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Average Rating",
|
||||
value: "4.8",
|
||||
},
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Faridabad's Most Trusted Driving School"
|
||||
metrics={[
|
||||
{ icon: GraduationCap, label: "Students Trained", value: "5000+" },
|
||||
{ icon: Star, label: "Average Rating", value: "4.8" },
|
||||
{ icon: Calendar, label: "Years Experience", value: "15+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="car-anatomy" data-section="car-anatomy">
|
||||
<ProductCardThree
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Headlights",
|
||||
price: "City Lights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Steering Wheel",
|
||||
price: "Dashboard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Brake System",
|
||||
price: "Safety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dashboard",
|
||||
price: "Interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlights-modern-white-car_181624-22603.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tyre Pressure",
|
||||
price: "Check-up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-car-detail_23-2148142592.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gear Shift",
|
||||
price: "Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-megaphone_1194-1185.jpg",
|
||||
},
|
||||
]}
|
||||
title="Know Your Vehicle"
|
||||
description="Learn the essential parts of your car. From headlights to the dashboard, understand the mechanics of safe driving."
|
||||
/>
|
||||
</div>
|
||||
<div id="car-anatomy" data-section="car-anatomy">
|
||||
<ProductCardThree
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Headlights", price: "City Lights", imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg" },
|
||||
{ id: "p2", name: "Steering Wheel", price: "Dashboard", imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg" },
|
||||
{ id: "p3", name: "Brake System", price: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg" }
|
||||
]}
|
||||
title="Know Your Vehicle"
|
||||
description="Learn the essential parts of your car. From headlights to the dashboard, understand the mechanics of safe driving."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="courses" data-section="courses">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Beginner",
|
||||
price: "Contact for Fee",
|
||||
subtitle: "15-Day Basic Program",
|
||||
features: [
|
||||
"City Driving",
|
||||
"Traffic Rules",
|
||||
"Car Anatomy",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Most Popular",
|
||||
price: "Contact for Fee",
|
||||
subtitle: "21-Day Standard Program",
|
||||
features: [
|
||||
"City + Highway",
|
||||
"Parking Skills",
|
||||
"Night Driving",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Advanced",
|
||||
price: "Contact for Fee",
|
||||
subtitle: "30-Day Premium Program",
|
||||
features: [
|
||||
"Defensive Driving",
|
||||
"RTO Prep",
|
||||
"Car Maintenance",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path"
|
||||
description="From beginners to advanced learners, we have a course for every need."
|
||||
/>
|
||||
</div>
|
||||
<div id="courses" data-section="courses">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", badge: "Beginner", price: "Contact for Fee", subtitle: "15-Day Basic", features: ["City Driving", "Traffic Rules"], buttons: [{ text: "Book" }] },
|
||||
{ id: "standard", badge: "Popular", price: "Contact for Fee", subtitle: "21-Day Standard", features: ["City + Hwy", "Parking"], buttons: [{ text: "Book" }] },
|
||||
{ id: "premium", badge: "Advanced", price: "Contact for Fee", subtitle: "30-Day Premium", features: ["Defensive", "RTO"], buttons: [{ text: "Book" }] }
|
||||
]}
|
||||
title="Choose Your Path"
|
||||
description="From beginners to advanced, we have a course."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Irshad Ali",
|
||||
role: "Student",
|
||||
testimonial: "Jai Mata Di motor training school is the best. If anyone wants to learn, he should visit here once.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117136.jpg",
|
||||
imageAlt: "professional driving instructor India",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dimple Hazarika",
|
||||
role: "Student",
|
||||
testimonial: "Very professional behaviour of trainer... taught all basic rules of driving.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg?_wi=2",
|
||||
imageAlt: "professional driving instructor India",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Yash Garg",
|
||||
role: "Student",
|
||||
testimonial: "Mughe acha lag rha ha gadi chalana or ma acha chla bhi pa rha hu aab.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg?_wi=2",
|
||||
imageAlt: "professional driving instructor India",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rahul Sharma",
|
||||
role: "Student",
|
||||
testimonial: "Supportive teachers, would recommend for beginners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg?_wi=1",
|
||||
imageAlt: "professional driving instructor India",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sneha",
|
||||
role: "Student",
|
||||
testimonial: "Polite behavior and easy to learn with them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg?_wi=2",
|
||||
imageAlt: "professional driving instructor India",
|
||||
},
|
||||
]}
|
||||
title="Student Feedback"
|
||||
description="Hear what our students have to say about their experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Irshad Ali", role: "Student", testimonial: "Best school ever!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117136.jpg" },
|
||||
{ id: "t2", name: "Dimple H", role: "Student", testimonial: "Professional trainer!", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg" },
|
||||
{ id: "t3", name: "Yash G", role: "Student", testimonial: "Great learning!", imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg" },
|
||||
{ id: "t4", name: "Rahul S", role: "Student", testimonial: "Supportive teachers!", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg" },
|
||||
{ id: "t5", name: "Sneha", role: "Student", testimonial: "Easy learning!", imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg" }
|
||||
]}
|
||||
title="Student Feedback"
|
||||
description="What they say about us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does it take to learn?",
|
||||
content: "Most students learn basics in 15-30 days.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the minimum age?",
|
||||
content: "18 years for car driving.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I use my own car?",
|
||||
content: "Yes, our premium course supports your own car.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have the answers."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "f1", title: "How long?", content: "15-30 days." },
|
||||
{ id: "f2", title: "Min age?", content: "18 years." }
|
||||
]}
|
||||
title="FAQs"
|
||||
description="Your questions answered."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get In Touch"
|
||||
title="Start Your Driving Journey Today"
|
||||
description="Visit us at Sector 3 & 4, Ballabhgarh, or give us a call for any queries."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get In Touch"
|
||||
title="Start Today"
|
||||
description="Visit us in Faridabad!"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Jai Mata Di Motor Car Training School"
|
||||
leftLink={{
|
||||
text: "Terms & Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Jai Mata Di"
|
||||
leftLink={{ text: "Terms", href: "#" }}
|
||||
rightLink={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user