diff --git a/src/app/page.tsx b/src/app/page.tsx index 302edb5..5d6612b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -203,20 +141,15 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Colognes", href: "#colognes"}, - { - label: "Shoes", href: "#shoes"}, - { - label: "Everything", href: "#everything"}, + { label: "Colognes", href: "#colognes" }, + { label: "Shoes", href: "#shoes" }, + { label: "Everything", href: "#everything" }, ], }, { items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Terms of Service", href: "#"}, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} @@ -226,4 +159,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}