From c1930f481cd1891e6f7ed4faab3b2d92cdaef7a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:52:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c2705..221a4b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,62 +48,39 @@ export default function LandingPage() {
@@ -122,8 +91,7 @@ export default function LandingPage() { title="The Philosophy of Rare" buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -132,44 +100,21 @@ export default function LandingPage() { @@ -196,24 +136,16 @@ export default function LandingPage() { @@ -321,25 +211,17 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Support", - href: "#contact", - }, + label: "Support", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]}