From dcdcf24907d51fa4070a7ed502061e73403d99ba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:07:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 361 ++++++----------------------------------------- 1 file changed, 47 insertions(+), 314 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e31d4fa..e6cd85b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,12 @@ export default function LandingPage() { @@ -159,37 +83,11 @@ export default function LandingPage() { @@ -250,62 +123,15 @@ export default function LandingPage() { @@ -399,45 +168,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/lake-with-shore-sunset_1259-179.jpg" logoText="Maya Water" columns={[ - { - title: "Resources", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Source", - href: "#source", - }, - ], - }, - { - title: "Community", - items: [ - { - label: "Sustainability", - href: "#sustainability", - }, - { - label: "Testimonials", - href: "#testimonials", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "Privacy Policy", - href: "#", - }, - ], - }, + { title: "Resources", items: [{ label: "About", href: "#about" }, { label: "Source", href: "#source" }] }, + { title: "Community", items: [{ label: "Sustainability", href: "#sustainability" }, { label: "Testimonials", href: "#testimonials" }] }, + { title: "Company", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] }, ]} /> -- 2.49.1