From d8ec187c37ab9145cb3d26dfc8ad9d49e12433f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:00:46 +0000 Subject: [PATCH 1/2] Update src/app/book-a-ride/page.tsx --- src/app/book-a-ride/page.tsx | 46 +++++++++--------------------------- 1 file changed, 11 insertions(+), 35 deletions(-) diff --git a/src/app/book-a-ride/page.tsx b/src/app/book-a-ride/page.tsx index 4204eeb..955e73f 100644 --- a/src/app/book-a-ride/page.tsx +++ b/src/app/book-a-ride/page.tsx @@ -19,8 +19,7 @@ export default function BookARidePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Book a Ride", href: "/book-a-ride" }, { label: "Service Areas", href: "/service-areas" }, { label: "Pricing", href: "#services" }, @@ -28,8 +27,7 @@ export default function BookARidePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Drivers", href: "/about" }, { label: "Reviews", href: "#testimonials" }, @@ -37,8 +35,7 @@ export default function BookARidePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Safety Guidelines", href: "#" }, @@ -53,7 +50,7 @@ export default function BookARidePage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -67,20 +64,14 @@ export default function BookARidePage() { Date: Mon, 9 Mar 2026 16:00:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 144 ++++++++++++++--------------------------------- 1 file changed, 41 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0e76c8..d3e2f65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -42,30 +42,25 @@ export default function HomePage() { @@ -210,20 +168,16 @@ export default function HomePage() { author="Sarah Johnson" avatars={[ { - src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", - alt: "Sarah Johnson" + src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", alt: "Sarah Johnson" }, { - src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", - alt: "Customer 2" + src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", alt: "Customer 2" }, { - src: "http://img.b2bpic.net/free-photo/picture-cheerful-caucasian-man-studio_176420-7231.jpg", - alt: "Customer 3" + src: "http://img.b2bpic.net/free-photo/picture-cheerful-caucasian-man-studio_176420-7231.jpg", alt: "Customer 3" }, { - src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", - alt: "Customer 4" + src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Customer 4" } ]} ratingAnimation="slide-up" @@ -241,12 +195,10 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "TEXT A DRIVER", - href: "tel:+18640000000" + text: "TEXT A DRIVER", href: "tel:+18640000000" }, { - text: "LEARN MORE", - href: "/about" + text: "LEARN MORE", href: "/about" } ]} ariaLabel="Contact Section" @@ -257,61 +209,47 @@ export default function HomePage() {