From 5ea4407de59f51f401ea1c00e225e7111167772d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:35:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b05eea9..f79e33a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,38 +44,19 @@ export default function LandingPage() {
@@ -230,29 +145,19 @@ export default function LandingPage() { logoText="Aura Fragrances" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "Designer", - href: "#products", - }, + label: "Designer", href: "#products"}, { - label: "Niche", - href: "#products", - }, + label: "Niche", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]} -- 2.49.1