diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aa7701..f0f2c47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -263,38 +145,18 @@ export default function LandingPage() { logoText="Sports Padel" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - ], + title: "Legal", items: [{ label: "Privacy Policy", href: "#" }], }, { - title: "Social", - items: [ - { - label: "Twitter", - href: "#", - }, - { - label: "Instagram", - href: "#", - }, + title: "Social", items: [ + { label: "Twitter", href: "#" }, + { label: "Instagram", href: "#" }, ], }, ]}