Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
235
src/app/page.tsx
235
src/app/page.tsx
@@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Shield } from "lucide-react";
|
||||
import { Shield, CheckCircle, Car, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Courses", id: "#features"},
|
||||
{
|
||||
name: "Instructors",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Instructors", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Sanjari Driving"
|
||||
/>
|
||||
@@ -64,38 +54,24 @@ export default function LandingPage() {
|
||||
tag="Sanjari Driving School"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Lesson",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Lesson", href: "#contact"},
|
||||
{
|
||||
text: "View Courses",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Courses", href: "#features"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0j2936"
|
||||
imageAlt="Driving instructor and student in a car"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1qqfl7",
|
||||
alt: "student passing driving test",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1qqfl7", alt: "student passing driving test"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mbqj0e",
|
||||
alt: "student in car smiling",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mbqj0e", alt: "student in car smiling"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2988ol",
|
||||
alt: "happy confident new driver",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2988ol", alt: "happy confident new driver"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kvjnag",
|
||||
alt: "confident learner driver smile",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kvjnag", alt: "confident learner driver smile"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=irwqa8",
|
||||
alt: "excited student driver",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=irwqa8", alt: "excited student driver"},
|
||||
]}
|
||||
avatarText="Join 5,000+ successful drivers"
|
||||
/>
|
||||
@@ -120,28 +96,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Defensive Safety",
|
||||
description: "Learn proactive safety habits that save lives.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rrjfz2",
|
||||
buttonIcon: "Shield",
|
||||
title: "Defensive Safety", description: "Learn proactive safety habits that save lives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rrjfz2", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "License Prep",
|
||||
description: "Expert preparation for your driving exam.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wnc5em",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "License Prep", description: "Expert preparation for your driving exam.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wnc5em", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Vehicle Care",
|
||||
description: "Basic maintenance to keep your car safe.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8egbh",
|
||||
buttonIcon: "Car",
|
||||
title: "Vehicle Care", description: "Basic maintenance to keep your car safe.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8egbh", buttonIcon: Car,
|
||||
},
|
||||
{
|
||||
title: "Flexible Hours",
|
||||
description: "Courses tailored to your busy schedule.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1vczc",
|
||||
buttonIcon: "Clock",
|
||||
title: "Flexible Hours", description: "Courses tailored to your busy schedule.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1vczc", buttonIcon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Driving School"
|
||||
@@ -157,29 +121,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Johnson",
|
||||
role: "Head Instructor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xbn241",
|
||||
},
|
||||
id: "1", name: "Alex Johnson", role: "Head Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xbn241"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
role: "Safety Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=au25cj",
|
||||
},
|
||||
id: "2", name: "Sarah Miller", role: "Safety Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=au25cj"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Brown",
|
||||
role: "Lead Tutor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k9vhpm",
|
||||
},
|
||||
id: "3", name: "David Brown", role: "Lead Tutor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k9vhpm"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily White",
|
||||
role: "Exam Trainer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79q73z",
|
||||
},
|
||||
id: "4", name: "Emily White", role: "Exam Trainer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79q73z"},
|
||||
]}
|
||||
title="Meet Our Expert Instructors"
|
||||
description="Our certified professionals are here to guide you to success."
|
||||
@@ -193,53 +141,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Essential",
|
||||
price: "$399",
|
||||
features: [
|
||||
"5 Lessons",
|
||||
"Safety Basics",
|
||||
"Exam Prep",
|
||||
],
|
||||
id: "basic", name: "Essential", price: "$399", features: [
|
||||
"5 Lessons", "Safety Basics", "Exam Prep"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Full Training",
|
||||
price: "$699",
|
||||
features: [
|
||||
"10 Lessons",
|
||||
"Full Theory Course",
|
||||
"Exam Support",
|
||||
"Vehicle Prep",
|
||||
],
|
||||
id: "pro", name: "Full Training", price: "$699", features: [
|
||||
"10 Lessons", "Full Theory Course", "Exam Support", "Vehicle Prep"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
name: "Expert",
|
||||
price: "$999",
|
||||
features: [
|
||||
"Unlimited Lessons",
|
||||
"Advanced Defensive",
|
||||
"Priority Exam Slot",
|
||||
"Lifetime Support",
|
||||
],
|
||||
id: "premium", name: "Expert", price: "$999", features: [
|
||||
"Unlimited Lessons", "Advanced Defensive", "Priority Exam Slot", "Lifetime Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -255,59 +177,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Student",
|
||||
company: "Sanjari Grad",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1qqfl7",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Student", company: "Sanjari Grad", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1qqfl7"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Student",
|
||||
company: "Sanjari Grad",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mbqj0e",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Student", company: "Sanjari Grad", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mbqj0e"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Student",
|
||||
company: "Sanjari Grad",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2988ol",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Student", company: "Sanjari Grad", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2988ol"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Student",
|
||||
company: "Sanjari Grad",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kvjnag",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Student", company: "Sanjari Grad", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kvjnag"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Taylor",
|
||||
role: "Student",
|
||||
company: "Sanjari Grad",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=irwqa8",
|
||||
},
|
||||
id: "5", name: "Alex Taylor", role: "Student", company: "Sanjari Grad", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=irwqa8"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Graduates",
|
||||
},
|
||||
value: "5000+", label: "Graduates"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Pass Rate",
|
||||
},
|
||||
value: "98%", label: "Pass Rate"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Years Active",
|
||||
},
|
||||
value: "15", label: "Years Active"},
|
||||
]}
|
||||
title="Our Students Success"
|
||||
description="Join thousands of satisfied drivers we've helped on the road."
|
||||
@@ -319,20 +210,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a permit first?",
|
||||
content: "Yes, you must have a valid learner's permit.",
|
||||
},
|
||||
id: "1", title: "Do I need a permit first?", content: "Yes, you must have a valid learner's permit."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How many lessons are needed?",
|
||||
content: "It varies based on your experience; our instructors assess your needs.",
|
||||
},
|
||||
id: "2", title: "How many lessons are needed?", content: "It varies based on your experience; our instructors assess your needs."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I pick my instructor?",
|
||||
content: "We do our best to match you with your preferred instructor.",
|
||||
},
|
||||
id: "3", title: "Can I pick my instructor?", content: "We do our best to match you with your preferred instructor."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our training programs."
|
||||
@@ -344,8 +226,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Go"
|
||||
title="Start Driving Today"
|
||||
description="Ready to get behind the wheel? Contact us now to reserve your first lesson."
|
||||
@@ -357,29 +238,19 @@ export default function LandingPage() {
|
||||
logoText="Sanjari Driving"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lessons",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Lessons", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user