From f8d500d4f62fd06b7089e80f9dcf8088e1e99612 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:37:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 414 +++++++---------------------------------------- 1 file changed, 58 insertions(+), 356 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59ad9e7..37fa7cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -462,45 +200,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/top-view-bath-concept-with-copy-space_23-2148459831.jpg" logoText="L’DORA" columns={[ - { - title: "Company", - items: [ - { - label: "About", - href: "#", - }, - { - label: "Careers", - href: "#", - }, - ], - }, - { - title: "Shop", - items: [ - { - label: "Skincare", - href: "#products", - }, - { - label: "Makeup", - href: "#products", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "FAQ", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + { title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] }, + { title: "Shop", items: [{ label: "Skincare", href: "#products" }, { label: "Makeup", href: "#products" }] }, + { title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Contact", href: "#contact" }] }, ]} /> -- 2.49.1