From 82dbea1c980f3ad9312b47ec6e3b6f462e27097c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 20:19:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c0f123..591b4e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,29 +29,17 @@ export default function LandingPage() { @@ -328,32 +202,19 @@ export default function LandingPage() { logoText="D.I.C.E life" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Shop", - href: "#shop", - }, + label: "Shop", href: "#shop"}, { - label: "Videos", - href: "#gallery", - }, + label: "Videos", href: "#gallery"}, { - label: "Gallery", - href: "#gallery", - }, + label: "Gallery", href: "#gallery"}, { - label: "Messages", - href: "#connect", - }, + label: "Messages", href: "#connect"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1