From 90f4371b52dbc4ce6678438c204ddf6c0fb3673f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1e49a9..2086074 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,38 +31,28 @@ export default function LandingPage() {
@@ -249,42 +170,27 @@ export default function LandingPage() { logoText="Zavana" columns={[ { - title: "Collection", - items: [ + title: "Collection", items: [ { - label: "All Scents", - href: "#products", - }, + label: "All Scents", href: "#products"}, { - label: "New Arrivals", - href: "#", - }, + label: "New Arrivals", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Philosophy", - href: "#about", - }, + label: "Philosophy", href: "#about"}, { - label: "Our Story", - href: "#", - }, + label: "Our Story", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Shipping Info", - href: "#", - }, + label: "Shipping Info", href: "#"}, ], }, ]} -- 2.49.1