From c88836fe0b9cbd361f1d101d405aa3e10dfcc9f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 08:23:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++----------------------------------- 1 file changed, 69 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 787a983..cf1771f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,98 +47,62 @@ export default function LandingPage() {
@@ -155,32 +111,20 @@ export default function LandingPage() { @@ -373,29 +241,19 @@ export default function LandingPage() { logoText="Blue Lotus Water" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Rituals", - href: "#products", - }, + label: "Rituals", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -404,4 +262,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file