diff --git a/src/app/page.tsx b/src/app/page.tsx index 3681293..f35ba8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,15 +44,12 @@ export default function LandingPage() {
@@ -335,29 +204,19 @@ export default function LandingPage() { { items: [ { - label: "Colognes", - href: "#colognes", - }, + label: "Colognes", href: "#colognes"}, { - label: "Shoes", - href: "#shoes", - }, + label: "Shoes", href: "#shoes"}, { - label: "Everything", - href: "#everything", - }, + label: "Everything", href: "#everything"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}