From ea040ef505604e45f77af7efb500ed15a7352b9f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:43:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 +++++++++++------------------------------------ 1 file changed, 72 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed4ffd8..ff2ce34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,21 @@ export default function LandingPage() { @@ -72,24 +56,17 @@ export default function LandingPage() {
@@ -414,66 +268,39 @@ export default function LandingPage() { logoText="BRAND ONE" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "New Arrivals", - href: "#products", - }, + label: "New Arrivals", href: "#products"}, { - label: "Shirts", - href: "#products", - }, + label: "Shirts", href: "#products"}, { - label: "Trousers", - href: "#products", - }, + label: "Trousers", href: "#products"}, { - label: "Jackets", - href: "#products", - }, + label: "Jackets", href: "#products"}, { - label: "Accessories", - href: "#products", - }, + label: "Accessories", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, ], }, ]}