From 46e0d71a86d07335a5a6d22aa801e6cfb35c59ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:36:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30a8d05..c1cf4d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "For Passengers", href: "/passenger" }, { label: "For Drivers", href: "/driver" }, { label: "How It Works", href: "/how-it-works" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Safety", - items: [ + title: "Safety", items: [ { label: "Trust & Safety", href: "/safety" }, { label: "Verification", href: "#" }, { label: "Report Issues", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Privacy Policy", href: "#" }, @@ -58,7 +55,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -69,9 +66,7 @@ export default function HomePage() { brandName="BlasaCar" navItems={navItems} button={{ - text: "Book a Ride", - href: "#", - }} + text: "Book a Ride", href: "#"}} /> @@ -79,7 +74,7 @@ export default function HomePage() {