From a0b52c7a9659353af0d4a31b9852279238e1386c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 22:29:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 082ffec..041997c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,83 +44,52 @@ export default function LandingPage() {
@@ -137,9 +100,7 @@ export default function LandingPage() { title="Driven by Quality and Trust" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -152,42 +113,24 @@ export default function LandingPage() { features={[ { id: 1, - title: "Advanced GPS Tracking", - description: "Track your ride in real-time with high-accuracy GPS monitoring, ensuring safety and precision on every route.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg?_wi=1", - }, + title: "Advanced GPS Tracking", description: "Track your ride in real-time with high-accuracy GPS monitoring, ensuring safety and precision on every route.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg?_wi=1", - }, - imageSrc: "http://img.b2bpic.net/free-photo/taxi-speeding-through-city-motion-blur-urban-transport-concept_169016-68597.jpg?_wi=2", - imageAlt: "professional taxi car city street", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg"} }, { id: 2, - title: "Easy Driver Registration", - description: "Simple document upload process with secure verification to ensure all our drivers meet the highest safety standards.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg?_wi=1", - }, + title: "Easy Driver Registration", description: "Simple document upload process with secure verification to ensure all our drivers meet the highest safety standards.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg?_wi=3", - imageAlt: "gps route navigation interface", + imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg"} }, { id: 3, - title: "User Ratings and Reviews", - description: "Transparency is key. Read driver ratings and share your own experience to help us improve our service every day.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg?_wi=2", - }, + title: "User Ratings and Reviews", description: "Transparency is key. Read driver ratings and share your own experience to help us improve our service every day.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg?_wi=3", - imageAlt: "driver document upload interface", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg"} }, ]} showStepNumbers={true} @@ -204,20 +147,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500+", - description: "Professional Drivers", - }, + id: "m1", value: "500+", description: "Professional Drivers"}, { - id: "m2", - value: "20+", - description: "Cities Served", - }, + id: "m2", value: "20+", description: "Cities Served"}, { - id: "m3", - value: "5M+", - description: "Kilometers Traveled", - }, + id: "m3", value: "5M+", description: "Kilometers Traveled"}, ]} title="Our Impact in Numbers" description="We are growing daily, thanks to our commitment to excellence." @@ -226,44 +160,20 @@ export default function LandingPage() {
@@ -307,37 +206,25 @@ export default function LandingPage() { { items: [ { - label: "Book a Ride", - href: "#", - }, + label: "Book a Ride", href: "#"}, { - label: "Driver Registration", - href: "#", - }, + label: "Driver Registration", href: "#"}, ], }, { items: [ { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, { items: [ { - label: "Company", - href: "#", - }, + label: "Company", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]} -- 2.49.1