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