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() {