From 310620d648c85cc57ae4b6412d0fd82eecd1202f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:31:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 107e8d8..9930c95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,32 +44,15 @@ export default function LandingPage() {
@@ -251,37 +149,23 @@ export default function LandingPage() { logoText="CricketEdge" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "Bats", - href: "#products", - }, + label: "Bats", href: "#products"}, { - label: "Gloves", - href: "#products", - }, + label: "Gloves", href: "#products"}, { - label: "Helmets", - href: "#products", - }, + label: "Helmets", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, ], }, ]}