From 917258162748c04758fd99795b7b894bfc70edb4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 12:02:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0525789..9909cb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -61,38 +49,19 @@ export default function LandingPage() {
@@ -294,37 +178,25 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}