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"}, ], }, ]}