From e16fb751fe4c1948e9a9b5e2ddbab1edae9097bb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:09:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 174 deletions(-) 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: "#" }, ], }, ]} -- 2.49.1