From c29a4365395a7e65fe8065a49c79861ff7afc0eb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:17:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 289 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 250 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7248df6..95c627d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,55 +32,31 @@ export default function LandingPage() {
@@ -370,16 +193,13 @@ export default function LandingPage() {
@@ -390,42 +210,11 @@ export default function LandingPage() { logoText="Sutara Luxury" columns={[ { - title: "Collection", - items: [ + title: "Collection", items: [ { - label: "Men's Wear", - href: "#products", - }, + label: "Men's Wear", href: "#products"}, { - label: "Couture", - href: "#products", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "Our Story", - href: "#about", - }, - { - label: "Careers", - href: "#", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Contact Us", - href: "#contact", - }, - { - label: "Privacy Policy", - href: "#", - }, + label: "Couture", href: "#products"}, ], }, ]} -- 2.49.1