From 2c6d1627fd52c3a90a981f9bce9b338881107c5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:40:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 306 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 260 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 468157d..d97a76d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -325,56 +153,14 @@ export default function LandingPage() { logoText="Lumina Lingerie" columns={[ { - title: "Shop", - items: [ - { - label: "New Arrivals", - href: "#", - }, - { - label: "Bralettes", - href: "#", - }, - { - label: "Sleepwear", - href: "#", - }, - ], + title: "Shop", items: [{ label: "New Arrivals", href: "#" }, { label: "Bralettes", href: "#" }, { label: "Sleepwear", href: "#" }] }, { - title: "Support", - items: [ - { - label: "Size Guide", - href: "#", - }, - { - label: "Shipping", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, - ], + title: "Support", items: [{ label: "Size Guide", href: "#" }, { label: "Shipping", href: "#" }, { label: "Contact", href: "#contact" }] }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], - }, + title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] + } ]} copyrightText="© 2025 Lumina Lingerie. All rights reserved." /> @@ -382,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1