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