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" }] }, ]} />