From 40f63c7f3ca3db572adefaab59902ed592a107f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:18:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 287 ++++++++++++----------------------------------- 1 file changed, 70 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b1517b..568dcfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,125 +45,73 @@ export default function LandingPage() {
@@ -316,50 +188,31 @@ export default function LandingPage() { logoText="FLIPPER" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "New Arrivals", - href: "#", - }, + label: "New Arrivals", href: "#"}, { - label: "Bestsellers", - href: "#", - }, + label: "Bestsellers", href: "#"}, { - label: "Sale", - href: "#", - }, + label: "Sale", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1