From 49312408319eb61bba75454377ebec03682f73cd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 15:06:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 170 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0ce76c..cb6d692 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,15 +47,12 @@ export default function LandingPage() {
@@ -287,46 +182,29 @@ export default function LandingPage() { logoText="AutoDrive" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Inventory", - items: [ + title: "Inventory", items: [ { - label: "Sedans", - href: "#products", - }, + label: "Sedans", href: "#products"}, { - label: "SUVs", - href: "#products", - }, + label: "SUVs", href: "#products"}, { - label: "Trucks", - href: "#products", - }, + label: "Trucks", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -335,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1