diff --git a/src/app/page.tsx b/src/app/page.tsx index b44ba3d..6f886ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,34 +32,20 @@ export default function LandingPage() { @@ -67,71 +53,46 @@ export default function LandingPage() {
@@ -142,20 +103,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Meet Naima, Your Expert Instructor", - }, + type: "text", content: "Meet Naima, Your Expert Instructor"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/portrait-male-driving-instructor_52683-101117.jpg", - alt: "Professional female driving instructor, Naima, smiling confidently.", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/portrait-male-driving-instructor_52683-101117.jpg", alt: "Professional female driving instructor, Naima, smiling confidently."}, ]} buttons={[ { - text: "Get to Know Naima", - href: "#", - }, + text: "Get to Know Naima", href: "#"}, ]} />
@@ -167,45 +121,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "High First-Time Pass Rate", - tags: [ - "Success", - "Confidence", - ], - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891383.jpg", - imageAlt: "Student celebrating passing driving test", - }, + id: "f1", title: "High First-Time Pass Rate", tags: [ + "Success", "Confidence"], + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891383.jpg", imageAlt: "Student celebrating passing driving test"}, { - id: "f2", - title: "Quick & Flexible Scheduling", - tags: [ - "Convenience", - "Adaptable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-supplies-flat-lay_23-2149740034.jpg", - imageAlt: "Calendar showing quick scheduling", - }, + id: "f2", title: "Quick & Flexible Scheduling", tags: [ + "Convenience", "Adaptable"], + imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-supplies-flat-lay_23-2149740034.jpg", imageAlt: "Calendar showing quick scheduling"}, { - id: "f3", - title: "Patient & Professional Instruction", - tags: [ - "Expertise", - "Guidance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg", - imageAlt: "Driving instructor explaining car controls", - }, + id: "f3", title: "Patient & Professional Instruction", tags: [ + "Expertise", "Guidance"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg", imageAlt: "Driving instructor explaining car controls"}, { - id: "f4", - title: "Warm & Encouraging Atmosphere", - tags: [ - "Supportive", - "Friendly", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-lady-holding-looking-paper-map-sitting-inside-car_169016-25012.jpg", - imageAlt: "Student and instructor laughing in a car", - }, + id: "f4", title: "Warm & Encouraging Atmosphere", tags: [ + "Supportive", "Friendly"], + imageSrc: "http://img.b2bpic.net/free-photo/man-lady-holding-looking-paper-map-sitting-inside-car_169016-25012.jpg", imageAlt: "Student and instructor laughing in a car"}, ]} title="Why Choose Naima's Driving School?" description="Benefit from our proven methods, flexible scheduling, and a uniquely supportive environment designed for your success." @@ -218,25 +148,17 @@ export default function LandingPage() { @@ -363,8 +233,7 @@ export default function LandingPage() {