diff --git a/src/app/page.tsx b/src/app/page.tsx
index aeef91b..31812e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,75 +47,51 @@ export default function LandingPage() {
@@ -287,37 +196,25 @@ export default function LandingPage() {
{
items: [
{
- label: "Shop All",
- href: "#products",
- },
+ label: "Shop All", href: "#products"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
],
},
{
items: [
{
- label: "Support",
- href: "#faq",
- },
+ label: "Support", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}