From 549354a467fa77427d0bafc29bab371b8bdf87c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:09:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 111 +++++++++++------------------------------------ 1 file changed, 25 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbc2517..3e7f34f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Reports", href: "/reports" }, { label: "Vehicles", href: "/vehicles" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "/" }, { label: "Careers", href: "/" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Security", href: "#" }, @@ -56,7 +53,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -67,9 +64,7 @@ export default function HomePage() { brandName="TransitFlow" navItems={navItems} button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} animateOnLoad={true} /> @@ -78,7 +73,7 @@ export default function HomePage() { @@ -415,7 +354,7 @@ export default function HomePage() {