diff --git a/src/app/page.tsx b/src/app/page.tsx index 0297a29..267bdc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,11 @@ export default function LandingPage() { @@ -174,20 +164,15 @@ export default function LandingPage() { columns={[ { title: "Adquor Media", items: [ - { - label: "Home", href: "#hero"}, - { - label: "Services", href: "#services"}, - { - label: "Contact", href: "#contact"}, + { label: "Home", href: "#hero" }, + { label: "Services", href: "#services" }, + { label: "Contact", href: "#contact" }, ], }, { title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Terms of Service", href: "#"}, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}