Merge version_1 into main #2
@@ -17,14 +17,11 @@ export default function ContactPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Book a Lesson",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Book a Lesson", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/instructors" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -32,8 +29,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "G2 Lessons", href: "/packages" },
|
||||
{ label: "G Road Test Prep", href: "/packages" },
|
||||
{ label: "Refresher Courses", href: "/packages" },
|
||||
@@ -41,8 +37,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Kitchener Lessons", href: "/kitchener-driving-lessons" },
|
||||
{ label: "Waterloo Lessons", href: "/waterloo-driving-lessons" },
|
||||
{ label: "Cambridge Lessons", href: "/cambridge-driving-lessons" },
|
||||
@@ -95,32 +90,14 @@ export default function ContactPage() {
|
||||
tag="Contact Information"
|
||||
features={[
|
||||
{
|
||||
id: "phone",
|
||||
title: "Call Us",
|
||||
description:
|
||||
"Speak directly with our team. We're available 9 AM - 6 PM, Monday to Saturday. (519) 555-0123",
|
||||
tag: "Phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=4",
|
||||
imageAlt: "Phone contact",
|
||||
},
|
||||
id: "phone", title: "Call Us", description:
|
||||
"Speak directly with our team. We're available 9 AM - 6 PM, Monday to Saturday. (519) 555-0123", tag: "Phone", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "Phone contact"},
|
||||
{
|
||||
id: "email",
|
||||
title: "Send an Email",
|
||||
description:
|
||||
"Reach us anytime via email. We respond to all inquiries within 24 hours. hello@briskdrive.ca",
|
||||
tag: "Email",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg?_wi=4",
|
||||
imageAlt: "Email contact",
|
||||
},
|
||||
id: "email", title: "Send an Email", description:
|
||||
"Reach us anytime via email. We respond to all inquiries within 24 hours. hello@briskdrive.ca", tag: "Email", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg", imageAlt: "Email contact"},
|
||||
{
|
||||
id: "online",
|
||||
title: "Book Online",
|
||||
description:
|
||||
"Use our online booking system to schedule a lesson at a time that works for you. Instant confirmation via email and SMS.",
|
||||
tag: "Online Booking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-calendar-clock_23-2148693392.jpg?_wi=3",
|
||||
imageAlt: "Online booking",
|
||||
},
|
||||
id: "online", title: "Book Online", description:
|
||||
"Use our online booking system to schedule a lesson at a time that works for you. Instant confirmation via email and SMS.", tag: "Online Booking", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-calendar-clock_23-2148693392.jpg", imageAlt: "Online booking"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -18,14 +18,11 @@ export default function InstructorsPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Book a Lesson",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Book a Lesson", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/instructors" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -33,8 +30,7 @@ export default function InstructorsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "G2 Lessons", href: "/packages" },
|
||||
{ label: "G Road Test Prep", href: "/packages" },
|
||||
{ label: "Refresher Courses", href: "/packages" },
|
||||
@@ -42,8 +38,7 @@ export default function InstructorsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Kitchener Lessons", href: "/kitchener-driving-lessons" },
|
||||
{ label: "Waterloo Lessons", href: "/waterloo-driving-lessons" },
|
||||
{ label: "Cambridge Lessons", href: "/cambridge-driving-lessons" },
|
||||
@@ -82,32 +77,14 @@ export default function InstructorsPage() {
|
||||
tag="Our Team"
|
||||
features={[
|
||||
{
|
||||
id: "instructor-1",
|
||||
title: "Marcus Johnson",
|
||||
description:
|
||||
"15+ years of driving instruction experience. Specializes in anxious learners and road test prep. Patient, encouraging, and results-driven.",
|
||||
tag: "Lead Instructor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=3",
|
||||
imageAlt: "Marcus Johnson, Lead Instructor",
|
||||
},
|
||||
id: "instructor-1", title: "Marcus Johnson", description:
|
||||
"15+ years of driving instruction experience. Specializes in anxious learners and road test prep. Patient, encouraging, and results-driven.", tag: "Lead Instructor", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "Marcus Johnson, Lead Instructor"},
|
||||
{
|
||||
id: "instructor-2",
|
||||
title: "Priya Desai",
|
||||
description:
|
||||
"Certified BDE instructor with 12 years in driver education. Passionate about teaching teens and young adults. Known for her engaging teaching style.",
|
||||
tag: "BDE Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-arms-crossed-gesture-street_839833-26383.jpg?_wi=2",
|
||||
imageAlt: "Priya Desai, BDE Specialist",
|
||||
},
|
||||
id: "instructor-2", title: "Priya Desai", description:
|
||||
"Certified BDE instructor with 12 years in driver education. Passionate about teaching teens and young adults. Known for her engaging teaching style.", tag: "BDE Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-arms-crossed-gesture-street_839833-26383.jpg", imageAlt: "Priya Desai, BDE Specialist"},
|
||||
{
|
||||
id: "instructor-3",
|
||||
title: "David Chen",
|
||||
description:
|
||||
"11+ years of experience teaching adults and returning drivers. Expert in confidence-building and defensive driving techniques.",
|
||||
tag: "Adult Learner Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg?_wi=3",
|
||||
imageAlt: "David Chen, Adult Learner Expert",
|
||||
},
|
||||
id: "instructor-3", title: "David Chen", description:
|
||||
"11+ years of experience teaching adults and returning drivers. Expert in confidence-building and defensive driving techniques.", tag: "Adult Learner Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg", imageAlt: "David Chen, Adult Learner Expert"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -125,59 +102,23 @@ export default function InstructorsPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Passed G2 First Try",
|
||||
testimonial:
|
||||
"Marcus made me feel so comfortable behind the wheel. His teaching style is calm and professional. I passed my G2 on the first try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Passed G2 First Try", testimonial:
|
||||
"Marcus made me feel so comfortable behind the wheel. His teaching style is calm and professional. I passed my G2 on the first try!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Parent of Graduate",
|
||||
testimonial:
|
||||
"Priya worked wonders with my anxious daughter. Her patience and expertise gave my daughter the confidence to succeed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Parent of Graduate", testimonial:
|
||||
"Priya worked wonders with my anxious daughter. Her patience and expertise gave my daughter the confidence to succeed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Adult Learner",
|
||||
testimonial:
|
||||
"After taking a break from driving, David helped me get back on track. His defensive driving lessons were incredibly valuable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Adult Learner", testimonial:
|
||||
"After taking a break from driving, David helped me get back on track. His defensive driving lessons were incredibly valuable.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "G2 Test Passed",
|
||||
testimonial:
|
||||
"Marcus is a professional who genuinely cares about his students' success. Highly recommend Brisk Drive!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "G2 Test Passed", testimonial:
|
||||
"Marcus is a professional who genuinely cares about his students' success. Highly recommend Brisk Drive!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "Teen Driver",
|
||||
testimonial:
|
||||
"Priya made learning to drive fun and not scary. She explains everything clearly and answers all questions patiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", handle: "Teen Driver", testimonial:
|
||||
"Priya made learning to drive fun and not scary. She explains everything clearly and answers all questions patiently.", imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Thompson",
|
||||
handle: "Road Test Ready",
|
||||
testimonial:
|
||||
"David's road test prep lessons were thorough and practical. I felt completely prepared on test day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg?_wi=2",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "6", name: "Alex Thompson", handle: "Road Test Ready", testimonial:
|
||||
"David's road test prep lessons were thorough and practical. I felt completely prepared on test day.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg", imageAlt: "Alex Thompson"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -6,36 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Brisk Drive - Driving School in Kitchener, Waterloo, Cambridge",
|
||||
description: "Get certified driving lessons in Kitchener, Waterloo, and Cambridge. Pass your G2 & G road test with experienced, MTO-approved instructors. 94% pass rate. Book today.",
|
||||
keywords: "driving school, driving lessons, road test prep, G2 lessons, instructor, Kitchener, Waterloo, Cambridge",
|
||||
openGraph: {
|
||||
title: "Brisk Drive - Certified Driving Lessons",
|
||||
description: "Professional driving instruction across Kitchener-Waterloo-Cambridge. Expert instructors, flexible scheduling, proven results.",
|
||||
siteName: "Brisk Drive",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Brisk Drive - Driving School in Kitchener, Waterloo, Cambridge", description: "Get certified driving lessons in Kitchener, Waterloo, and Cambridge. Pass your G2 & G road test with experienced, MTO-approved instructors. 94% pass rate. Book today.", keywords: "driving school, driving lessons, road test prep, G2 lessons, instructor, Kitchener, Waterloo, Cambridge", openGraph: {
|
||||
title: "Brisk Drive - Certified Driving Lessons", description: "Professional driving instruction across Kitchener-Waterloo-Cambridge. Expert instructors, flexible scheduling, proven results.", siteName: "Brisk Drive", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg",
|
||||
alt: "Brisk Drive Driving School - Professional Instruction",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg", alt: "Brisk Drive Driving School - Professional Instruction"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Brisk Drive - Pass Your Road Test",
|
||||
description: "Expert driving lessons in Kitchener, Waterloo, Cambridge. High pass rates. Book a lesson today.",
|
||||
images: ["http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg"],
|
||||
card: "summary_large_image", title: "Brisk Drive - Pass Your Road Test", description: "Expert driving lessons in Kitchener, Waterloo, Cambridge. High pass rates. Book a lesson today.", images: ["http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -19,14 +19,11 @@ export default function PackagesPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Book a Lesson",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Book a Lesson", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/instructors" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -34,8 +31,7 @@ export default function PackagesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "G2 Lessons", href: "/packages" },
|
||||
{ label: "G Road Test Prep", href: "/packages" },
|
||||
{ label: "Refresher Courses", href: "/packages" },
|
||||
@@ -43,8 +39,7 @@ export default function PackagesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Kitchener Lessons", href: "/kitchener-driving-lessons" },
|
||||
{ label: "Waterloo Lessons", href: "/waterloo-driving-lessons" },
|
||||
{ label: "Cambridge Lessons", href: "/cambridge-driving-lessons" },
|
||||
@@ -85,48 +80,20 @@ export default function PackagesPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "$299",
|
||||
name: "Basic Package",
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]},
|
||||
id: "basic", price: "$299", name: "Basic Package", buttons: [{ text: "Book Now", href: "/contact" }],
|
||||
features: [
|
||||
"4 in-car lessons (1 hour each)",
|
||||
"Virtual classroom (4 hours)",
|
||||
"Road test preparation",
|
||||
"Email & SMS support",
|
||||
"Access to learning portal",
|
||||
],
|
||||
"4 in-car lessons (1 hour each)", "Virtual classroom (4 hours)", "Road test preparation", "Email & SMS support", "Access to learning portal"],
|
||||
},
|
||||
{
|
||||
id: "deluxe",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$599",
|
||||
name: "Deluxe Package",
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]},
|
||||
id: "deluxe", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$599", name: "Deluxe Package", buttons: [{ text: "Book Now", href: "/contact" }],
|
||||
features: [
|
||||
"10 in-car lessons (1 hour each)",
|
||||
"Virtual classroom (8 hours)",
|
||||
"Comprehensive road test prep",
|
||||
"Defensive driving module",
|
||||
"Priority scheduling",
|
||||
"Performance tracking dashboard",
|
||||
],
|
||||
"10 in-car lessons (1 hour each)", "Virtual classroom (8 hours)", "Comprehensive road test prep", "Defensive driving module", "Priority scheduling", "Performance tracking dashboard"],
|
||||
},
|
||||
{
|
||||
id: "ultimate",
|
||||
price: "$999",
|
||||
name: "Ultimate Package",
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]},
|
||||
id: "ultimate", price: "$999", name: "Ultimate Package", buttons: [{ text: "Book Now", href: "/contact" }],
|
||||
features: [
|
||||
"20 in-car lessons (1 hour each)",
|
||||
"Virtual classroom (12 hours)",
|
||||
"Advanced road test mastery",
|
||||
"All defensive modules",
|
||||
"Insurance discount eligible",
|
||||
"Free car rental on test day",
|
||||
"Personal instructor assignment",
|
||||
],
|
||||
"20 in-car lessons (1 hour each)", "Virtual classroom (12 hours)", "Advanced road test mastery", "All defensive modules", "Insurance discount eligible", "Free car rental on test day", "Personal instructor assignment"],
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -141,32 +108,14 @@ export default function PackagesPage() {
|
||||
tag="Package Features"
|
||||
features={[
|
||||
{
|
||||
id: "instruction",
|
||||
title: "Professional 1-on-1 Instruction",
|
||||
description:
|
||||
"One-on-one lessons with certified MTO instructors who tailor teaching to your learning style and pace.",
|
||||
tag: "Expert Teaching",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=2",
|
||||
imageAlt: "Professional driving instruction",
|
||||
},
|
||||
id: "instruction", title: "Professional 1-on-1 Instruction", description:
|
||||
"One-on-one lessons with certified MTO instructors who tailor teaching to your learning style and pace.", tag: "Expert Teaching", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "Professional driving instruction"},
|
||||
{
|
||||
id: "flexible",
|
||||
title: "Flexible Booking & Rescheduling",
|
||||
description:
|
||||
"Book lessons 7 days a week, with flexible cancellation policies and easy rescheduling through our online portal.",
|
||||
tag: "Convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-calendar-clock_23-2148693392.jpg?_wi=2",
|
||||
imageAlt: "Flexible scheduling",
|
||||
},
|
||||
id: "flexible", title: "Flexible Booking & Rescheduling", description:
|
||||
"Book lessons 7 days a week, with flexible cancellation policies and easy rescheduling through our online portal.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-calendar-clock_23-2148693392.jpg", imageAlt: "Flexible scheduling"},
|
||||
{
|
||||
id: "support",
|
||||
title: "24/7 Customer Support",
|
||||
description:
|
||||
"Get help with booking, lesson prep, or any questions via email, SMS, or phone during business hours.",
|
||||
tag: "Support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg?_wi=2",
|
||||
imageAlt: "Customer support",
|
||||
},
|
||||
id: "support", title: "24/7 Customer Support", description:
|
||||
"Get help with booking, lesson prep, or any questions via email, SMS, or phone during business hours.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg", imageAlt: "Customer support"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
180
src/app/page.tsx
180
src/app/page.tsx
@@ -21,14 +21,11 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Book a Lesson",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Book a Lesson", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/instructors" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -36,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "G2 Lessons", href: "/packages" },
|
||||
{ label: "G Road Test Prep", href: "/packages" },
|
||||
{ label: "Refresher Courses", href: "/packages" },
|
||||
@@ -45,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Kitchener Lessons", href: "/kitchener-driving-lessons" },
|
||||
{ label: "Waterloo Lessons", href: "/waterloo-driving-lessons" },
|
||||
{ label: "Cambridge Lessons", href: "/cambridge-driving-lessons" },
|
||||
@@ -90,13 +85,9 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg",
|
||||
imageAlt: "Professional driving instructor teaching a confident student driver",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg", imageAlt: "Professional driving instructor teaching a confident student driver"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-man-pointing-direction_1163-2670.jpg",
|
||||
imageAlt: "Student driver passing road test with Brisk Drive instructor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-man-pointing-direction_1163-2670.jpg", imageAlt: "Student driver passing road test with Brisk Drive instructor"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Families Across KW-Cambridge"
|
||||
@@ -115,32 +106,14 @@ export default function HomePage() {
|
||||
tag="Our Advantages"
|
||||
features={[
|
||||
{
|
||||
id: "certified",
|
||||
title: "Certified, Experienced Instructors",
|
||||
description:
|
||||
"All instructors are MTO-certified professionals with 10+ years of teaching experience. Patient, knowledgeable, and focused on your success.",
|
||||
tag: "Experts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=1",
|
||||
imageAlt: "Professional driving instructor",
|
||||
},
|
||||
id: "certified", title: "Certified, Experienced Instructors", description:
|
||||
"All instructors are MTO-certified professionals with 10+ years of teaching experience. Patient, knowledgeable, and focused on your success.", tag: "Experts", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "Professional driving instructor"},
|
||||
{
|
||||
id: "flexible",
|
||||
title: "Flexible Scheduling That Fits Your Life",
|
||||
description:
|
||||
"Book lessons 7 days a week, early mornings to late evenings. Adapt your schedule as needed without penalties. Online booking makes it simple.",
|
||||
tag: "Convenient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-calendar-clock_23-2148693392.jpg?_wi=1",
|
||||
imageAlt: "Calendar and scheduling",
|
||||
},
|
||||
id: "flexible", title: "Flexible Scheduling That Fits Your Life", description:
|
||||
"Book lessons 7 days a week, early mornings to late evenings. Adapt your schedule as needed without penalties. Online booking makes it simple.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-calendar-clock_23-2148693392.jpg", imageAlt: "Calendar and scheduling"},
|
||||
{
|
||||
id: "approved",
|
||||
title: "Insurance-Approved Beginner Driver Education",
|
||||
description:
|
||||
"Our BDE course is MTO-approved and recognized by all major insurers for discounts. Get certified and save on premiums.",
|
||||
tag: "Certified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protect-guard-security-umbrella-graphics-icons-symbols_53876-122977.jpg",
|
||||
imageAlt: "Shield and protection",
|
||||
},
|
||||
id: "approved", title: "Insurance-Approved Beginner Driver Education", description:
|
||||
"Our BDE course is MTO-approved and recognized by all major insurers for discounts. Get certified and save on premiums.", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/protect-guard-security-umbrella-graphics-icons-symbols_53876-122977.jpg", imageAlt: "Shield and protection"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -156,32 +129,14 @@ export default function HomePage() {
|
||||
tag="Process"
|
||||
features={[
|
||||
{
|
||||
id: "step-1",
|
||||
title: "Choose Your Package",
|
||||
description:
|
||||
"Select from Basic, Deluxe, or Ultimate packages based on your experience level and road test timeline.",
|
||||
tag: "Step 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-arms-crossed-gesture-street_839833-26383.jpg?_wi=1",
|
||||
imageAlt: "Instructor selection",
|
||||
},
|
||||
id: "step-1", title: "Choose Your Package", description:
|
||||
"Select from Basic, Deluxe, or Ultimate packages based on your experience level and road test timeline.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-arms-crossed-gesture-street_839833-26383.jpg", imageAlt: "Instructor selection"},
|
||||
{
|
||||
id: "step-2",
|
||||
title: "Schedule Your Lessons",
|
||||
description:
|
||||
"Book online at times that work for you. Our system confirms instantly via email and SMS.",
|
||||
tag: "Step 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg?_wi=1",
|
||||
imageAlt: "Scheduling lessons",
|
||||
},
|
||||
id: "step-2", title: "Schedule Your Lessons", description:
|
||||
"Book online at times that work for you. Our system confirms instantly via email and SMS.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg", imageAlt: "Scheduling lessons"},
|
||||
{
|
||||
id: "step-3",
|
||||
title: "Pass Your Test With Confidence",
|
||||
description:
|
||||
"Professional instruction, road test prep, and one-on-one coaching lead to your success.",
|
||||
tag: "Step 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=1",
|
||||
imageAlt: "Confident driver",
|
||||
},
|
||||
id: "step-3", title: "Pass Your Test With Confidence", description:
|
||||
"Professional instruction, road test prep, and one-on-one coaching lead to your success.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg", imageAlt: "Confident driver"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -201,45 +156,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "$299",
|
||||
name: "Basic Package",
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]},
|
||||
id: "basic", price: "$299", name: "Basic Package", buttons: [{ text: "Book Now", href: "/contact" }],
|
||||
features: [
|
||||
"4 in-car lessons (1 hour each)",
|
||||
"Virtual classroom (4 hours)",
|
||||
"Road test preparation",
|
||||
"Email & SMS support",
|
||||
],
|
||||
"4 in-car lessons (1 hour each)", "Virtual classroom (4 hours)", "Road test preparation", "Email & SMS support"],
|
||||
},
|
||||
{
|
||||
id: "deluxe",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$599",
|
||||
name: "Deluxe Package",
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]},
|
||||
id: "deluxe", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$599", name: "Deluxe Package", buttons: [{ text: "Book Now", href: "/contact" }],
|
||||
features: [
|
||||
"10 in-car lessons (1 hour each)",
|
||||
"Virtual classroom (8 hours)",
|
||||
"Comprehensive road test prep",
|
||||
"Defensive driving module",
|
||||
"Priority scheduling",
|
||||
],
|
||||
"10 in-car lessons (1 hour each)", "Virtual classroom (8 hours)", "Comprehensive road test prep", "Defensive driving module", "Priority scheduling"],
|
||||
},
|
||||
{
|
||||
id: "ultimate",
|
||||
price: "$999",
|
||||
name: "Ultimate Package",
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]},
|
||||
id: "ultimate", price: "$999", name: "Ultimate Package", buttons: [{ text: "Book Now", href: "/contact" }],
|
||||
features: [
|
||||
"20 in-car lessons (1 hour each)",
|
||||
"Virtual classroom (12 hours)",
|
||||
"Advanced road test mastery",
|
||||
"All defensive modules",
|
||||
"Insurance discount eligible",
|
||||
"Free car rental on test day",
|
||||
],
|
||||
"20 in-car lessons (1 hour each)", "Virtual classroom (12 hours)", "Advanced road test mastery", "All defensive modules", "Insurance discount eligible", "Free car rental on test day"],
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -256,59 +186,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Passed G2 First Try",
|
||||
testimonial:
|
||||
"I was nervous about my G2 test, but the instructors at Brisk Drive made me feel confident and prepared. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Passed G2 First Try", testimonial:
|
||||
"I was nervous about my G2 test, but the instructors at Brisk Drive made me feel confident and prepared. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Parent of Graduate",
|
||||
testimonial:
|
||||
"My son was anxious about driving. The patient instructors helped him build skills and confidence. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Parent of Graduate", testimonial:
|
||||
"My son was anxious about driving. The patient instructors helped him build skills and confidence. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Passed G Road Test",
|
||||
testimonial:
|
||||
"After my first G2 failure, Brisk Drive gave me the tools and practice I needed. Passed my G test on the second try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Passed G Road Test", testimonial:
|
||||
"After my first G2 failure, Brisk Drive gave me the tools and practice I needed. Passed my G test on the second try!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Adult Learner",
|
||||
testimonial:
|
||||
"Returning to driving as an adult was intimidating. The instructors were incredibly supportive and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Adult Learner", testimonial:
|
||||
"Returning to driving as an adult was intimidating. The instructors were incredibly supportive and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "Student - First Lesson",
|
||||
testimonial:
|
||||
"I felt so comfortable on my first lesson. The car is well-maintained and the instruction is top-notch. Already booked my next sessions!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", handle: "Student - First Lesson", testimonial:
|
||||
"I felt so comfortable on my first lesson. The car is well-maintained and the instruction is top-notch. Already booked my next sessions!", imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Thompson",
|
||||
handle: "G Test Passed",
|
||||
testimonial:
|
||||
"Professional, punctual, and genuinely cares about helping you succeed. Best driving school I've encountered.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg?_wi=1",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "6", name: "Alex Thompson", handle: "G Test Passed", testimonial:
|
||||
"Professional, punctual, and genuinely cares about helping you succeed. Best driving school I've encountered.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg", imageAlt: "Alex Thompson"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -17,14 +17,11 @@ export default function TestimonialsPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Book a Lesson",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Book a Lesson", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/instructors" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -32,8 +29,7 @@ export default function TestimonialsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "G2 Lessons", href: "/packages" },
|
||||
{ label: "G Road Test Prep", href: "/packages" },
|
||||
{ label: "Refresher Courses", href: "/packages" },
|
||||
@@ -41,8 +37,7 @@ export default function TestimonialsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{ label: "Kitchener Lessons", href: "/kitchener-driving-lessons" },
|
||||
{ label: "Waterloo Lessons", href: "/waterloo-driving-lessons" },
|
||||
{ label: "Cambridge Lessons", href: "/cambridge-driving-lessons" },
|
||||
@@ -83,77 +78,29 @@ export default function TestimonialsPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Passed G2 First Try",
|
||||
testimonial:
|
||||
"I was nervous about my G2 test, but the instructors at Brisk Drive made me feel confident and prepared. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg?_wi=3",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Passed G2 First Try", testimonial:
|
||||
"I was nervous about my G2 test, but the instructors at Brisk Drive made me feel confident and prepared. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Parent of Graduate",
|
||||
testimonial:
|
||||
"My son was anxious about driving. The patient instructors helped him build skills and confidence. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Parent of Graduate", testimonial:
|
||||
"My son was anxious about driving. The patient instructors helped him build skills and confidence. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Passed G Road Test",
|
||||
testimonial:
|
||||
"After my first G2 failure, Brisk Drive gave me the tools and practice I needed. Passed my G test on the second try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=4",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Passed G Road Test", testimonial:
|
||||
"After my first G2 failure, Brisk Drive gave me the tools and practice I needed. Passed my G test on the second try!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Adult Learner",
|
||||
testimonial:
|
||||
"Returning to driving as an adult was intimidating. The instructors were incredibly supportive and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=3",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Adult Learner", testimonial:
|
||||
"Returning to driving as an adult was intimidating. The instructors were incredibly supportive and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "Student - First Lesson",
|
||||
testimonial:
|
||||
"I felt so comfortable on my first lesson. The car is well-maintained and the instruction is top-notch. Already booked my next sessions!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg?_wi=3",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", handle: "Student - First Lesson", testimonial:
|
||||
"I felt so comfortable on my first lesson. The car is well-maintained and the instruction is top-notch. Already booked my next sessions!", imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Thompson",
|
||||
handle: "G Test Passed",
|
||||
testimonial:
|
||||
"Professional, punctual, and genuinely cares about helping you succeed. Best driving school I've encountered.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg?_wi=3",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "6", name: "Alex Thompson", handle: "G Test Passed", testimonial:
|
||||
"Professional, punctual, and genuinely cares about helping you succeed. Best driving school I've encountered.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg", imageAlt: "Alex Thompson"},
|
||||
{
|
||||
id: "7",
|
||||
name: "Jessica Wong",
|
||||
handle: "Teen Driver",
|
||||
testimonial:
|
||||
"The online portal makes booking so easy. My instructor was always on time and super encouraging. Thanks Brisk Drive!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg?_wi=4",
|
||||
imageAlt: "Jessica Wong",
|
||||
},
|
||||
id: "7", name: "Jessica Wong", handle: "Teen Driver", testimonial:
|
||||
"The online portal makes booking so easy. My instructor was always on time and super encouraging. Thanks Brisk Drive!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-men-car_23-2149137128.jpg", imageAlt: "Jessica Wong"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Robert Smith",
|
||||
handle: "Refresher Course",
|
||||
testimonial:
|
||||
"Took a break from driving for 5 years. Brisk Drive got me back on the road safely and confidently. Great experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=4",
|
||||
imageAlt: "Robert Smith",
|
||||
},
|
||||
id: "8", name: "Robert Smith", handle: "Refresher Course", testimonial:
|
||||
"Took a break from driving for 5 years. Brisk Drive got me back on the road safely and confidently. Great experience!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "Robert Smith"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user