From d8ec187c37ab9145cb3d26dfc8ad9d49e12433f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:00:46 +0000 Subject: [PATCH] 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() {