diff --git a/src/app/page.tsx b/src/app/page.tsx index 0525789..9909cb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -61,38 +49,19 @@ export default function LandingPage() {
@@ -294,37 +178,25 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}