From e148dcef779775070ba179365340b00e62d13f96 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 04:32:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e46024b..62d7cbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -285,29 +187,19 @@ export default function LandingPage() { logoText="Gay, Georgia" columns={[ { - title: "Directory", - items: [ + title: "Directory", items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Community", - href: "#testimonials", - }, + label: "Community", href: "#testimonials"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1