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: "#"},
],
},
]}