1 Commits

Author SHA1 Message Date
32c6469ef2 Update src/app/page.tsx 2026-05-23 21:05:28 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="NewDrivers" brandName="NewDrivers"
/> />
@@ -55,41 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}} title="Pass Your Driving Test First Time with Expert Guidance"
title="Start Your Driving Journey Today"
description="Expert guidance for new drivers. Join the best driving school in the city and get your license with confidence." description="Expert guidance for new drivers. Join the best driving school in the city and get your license with confidence."
buttons={[ buttons={[
{ {
text: "Book Lesson", text: "Book Lesson", href: "#contact"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-lady-holding-looking-paper-map-sitting-inside-car_169016-25013.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-lady-holding-looking-paper-map-sitting-inside-car_169016-25013.jpg", imageAlt: "Driving lesson scene"},
imageAlt: "Driving lesson scene",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-male-driving-instructor-driving-test_52683-101120.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-male-driving-instructor-driving-test_52683-101120.jpg", imageAlt: "Student with license"},
imageAlt: "Student with license",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg", imageAlt: "Driving car interior"},
imageAlt: "Driving car interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/several-cars-with-kayaks-roof-rack-driving-road-trees_1153-3718.jpg", imageSrc: "http://img.b2bpic.net/free-photo/several-cars-with-kayaks-roof-rack-driving-road-trees_1153-3718.jpg", imageAlt: "Practice driving track"},
imageAlt: "Practice driving track",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-man-pointing-direction_1163-2670.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-man-pointing-direction_1163-2670.jpg", imageAlt: "Confident young driver"},
imageAlt: "Confident young driver",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891384.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891384.jpg", imageAlt: "Instructor dashboard"},
imageAlt: "Instructor dashboard",
},
]} ]}
/> />
</div> </div>
@@ -102,17 +79,11 @@ export default function LandingPage() {
description="We are committed to turning beginners into safe, confident drivers. Our instructors are patient, certified, and ready to teach you." description="We are committed to turning beginners into safe, confident drivers. Our instructors are patient, certified, and ready to teach you."
bulletPoints={[ bulletPoints={[
{ {
title: "Certified Instructors", title: "Certified Instructors", description: "Every trainer is licensed and vetted."},
description: "Every trainer is licensed and vetted.",
},
{ {
title: "Modern Fleet", title: "Modern Fleet", description: "Learn with the latest, safest car models."},
description: "Learn with the latest, safest car models.",
},
{ {
title: "Flexible Hours", title: "Flexible Hours", description: "Classes that fit your schedule, including weekends."},
description: "Classes that fit your schedule, including weekends.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-traveling-by-car_23-2148687107.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-traveling-by-car_23-2148687107.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -126,20 +97,11 @@ export default function LandingPage() {
description="We offer a unique, stress-free learning approach to help you pass your test on the first try." description="We offer a unique, stress-free learning approach to help you pass your test on the first try."
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Comprehensive Theory", content: "Master the rules of the road with our engaging theory modules."},
title: "Comprehensive Theory",
content: "Master the rules of the road with our engaging theory modules.",
},
{ {
id: "2", id: "2", title: "Highway Safety", content: "Practice high-speed maneuvers in a controlled environment."},
title: "Highway Safety",
content: "Practice high-speed maneuvers in a controlled environment.",
},
{ {
id: "3", id: "3", title: "Mock Exams", content: "Feel prepared with realistic test conditions before the big day."},
title: "Mock Exams",
content: "Feel prepared with realistic test conditions before the big day.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/smart-car-interface-projection-hologram_53876-96639.jpg" imageSrc="http://img.b2bpic.net/free-photo/smart-car-interface-projection-hologram_53876-96639.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -153,20 +115,11 @@ export default function LandingPage() {
tag="Trusted by Thousands" tag="Trusted by Thousands"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "5000+", description: "Licensed Students"},
value: "5000+",
description: "Licensed Students",
},
{ {
id: "m2", id: "m2", value: "98%", description: "Pass Rate"},
value: "98%",
description: "Pass Rate",
},
{ {
id: "m3", id: "m3", value: "20", description: "Years Experience"},
value: "20",
description: "Years Experience",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -179,52 +132,28 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "starter", id: "starter", price: "$299", name: "Starter", buttons: [
price: "$299",
name: "Starter",
buttons: [
{ {
text: "Enroll Now", text: "Enroll Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"5 Driving Hours", "5 Driving Hours", "Theory Access", "Basic Safety Training"],
"Theory Access",
"Basic Safety Training",
],
}, },
{ {
id: "advanced", id: "advanced", price: "$599", name: "Advanced", buttons: [
price: "$599",
name: "Advanced",
buttons: [
{ {
text: "Enroll Now", text: "Enroll Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"15 Driving Hours", "15 Driving Hours", "Theory + Mock Tests", "Priority Scheduling"],
"Theory + Mock Tests",
"Priority Scheduling",
],
}, },
{ {
id: "pro", id: "pro", price: "$899", name: "Elite Pro", buttons: [
price: "$899",
name: "Elite Pro",
buttons: [
{ {
text: "Enroll Now", text: "Enroll Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Unlimited Hours", "Unlimited Hours", "Full Test Guarantee", "Instructor Doorstep Service"],
"Full Test Guarantee",
"Instructor Doorstep Service",
],
}, },
]} ]}
title="Simple Pricing" title="Simple Pricing"
@@ -239,47 +168,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Miller", handle: "@smiller", testimonial: "I was so nervous, but the instructors at NewDrivers made it so simple! Passed first time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-freckled-woman-smiles-broadly-shows-white-perfect-teeth-being-good-mood_273609-18860.jpg"},
name: "Sarah Miller",
handle: "@smiller",
testimonial: "I was so nervous, but the instructors at NewDrivers made it so simple! Passed first time.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-freckled-woman-smiles-broadly-shows-white-perfect-teeth-being-good-mood_273609-18860.jpg",
},
{ {
id: "t2", id: "t2", name: "James Chen", handle: "@jchen", testimonial: "The theory training was super engaging. Definitely recommend this school to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-young-girl-wearing-backpack-headphones_482257-116256.jpg"},
name: "James Chen",
handle: "@jchen",
testimonial: "The theory training was super engaging. Definitely recommend this school to anyone.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-young-girl-wearing-backpack-headphones_482257-116256.jpg",
},
{ {
id: "t3", id: "t3", name: "Linda Gomez", handle: "@lgomez", testimonial: "Patient instructors and clear feedback. Great experience overall.", imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-with-laptop-sitting-desk_23-2148665933.jpg"},
name: "Linda Gomez",
handle: "@lgomez",
testimonial: "Patient instructors and clear feedback. Great experience overall.",
imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-with-laptop-sitting-desk_23-2148665933.jpg",
},
{ {
id: "t4", id: "t4", name: "Tom Baker", handle: "@tbaker", testimonial: "Worth every penny. The mock exam really helped me with my anxiety.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489786.jpg"},
name: "Tom Baker",
handle: "@tbaker",
testimonial: "Worth every penny. The mock exam really helped me with my anxiety.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489786.jpg",
},
{ {
id: "t5", id: "t5", name: "Amy Smith", handle: "@asmith", testimonial: "Best driving school in town! Very professional and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-side-portrait-happy-man-driving-car_158595-4186.jpg"},
name: "Amy Smith",
handle: "@asmith",
testimonial: "Best driving school in town! Very professional and helpful.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-side-portrait-happy-man-driving-car_158595-4186.jpg",
},
{ {
id: "t6", id: "t6", name: "Kevin Lee", handle: "@klee", testimonial: "Fantastic fleet of cars and excellent teachers. So happy I signed up.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pretty-satisfied-african-american-female-with-toothy-smile-dressed-casually-rejoices-good-offer-glad-participate-interesting-event-isolated-white-wall_273609-15922.jpg"},
name: "Kevin Lee",
handle: "@klee",
testimonial: "Fantastic fleet of cars and excellent teachers. So happy I signed up.",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pretty-satisfied-african-american-female-with-toothy-smile-dressed-casually-rejoices-good-offer-glad-participate-interesting-event-isolated-white-wall_273609-15922.jpg",
},
]} ]}
title="What Students Say" title="What Students Say"
description="Join our community of happy drivers who passed on their first try." description="Join our community of happy drivers who passed on their first try."
@@ -291,20 +190,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "What documents do I need?", content: "You will need your learner's permit and proof of identification."},
title: "What documents do I need?",
content: "You will need your learner's permit and proof of identification.",
},
{ {
id: "f2", id: "f2", title: "How many hours are required?", content: "Requirements vary by state, typically 20-50 hours of supervised practice."},
title: "How many hours are required?",
content: "Requirements vary by state, typically 20-50 hours of supervised practice.",
},
{ {
id: "f3", id: "f3", title: "Do you provide cars for the test?", content: "Yes, we provide the exact vehicle you practiced with for your official test."},
title: "Do you provide cars for the test?",
content: "Yes, we provide the exact vehicle you practiced with for your official test.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -318,28 +208,17 @@ export default function LandingPage() {
description="Ready to get behind the wheel? Reach out to us for a consultation." description="Ready to get behind the wheel? Reach out to us for a consultation."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone", required: true,
type: "tel",
placeholder: "Your Phone",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "How can we help you?", rows: 4,
placeholder: "How can we help you?",
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/female-remote-worker-smiling-virtual-meeting-with-her-trainer_482257-121075.jpg" imageSrc="http://img.b2bpic.net/free-photo/female-remote-worker-smiling-virtual-meeting-with-her-trainer_482257-121075.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -352,37 +231,25 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -392,4 +259,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }