From 087ef324e44817fe2aafca04654d39b957325fca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:35:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 198 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f05e1f..6bd0c8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,16 +48,12 @@ export default function LandingPage() {
@@ -315,25 +215,17 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#", - }, + label: "Shop", href: "#"}, { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, ], }, { items: [ { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -343,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1