From ab658dfc828c324a22fd869dae89081b9b3607cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:41:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 251fddd..c73f810 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -282,33 +177,21 @@ export default function LandingPage() { logoText="Inday Coffee" columns={[ { - title: "Pages", - items: [ + title: "Pages", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -317,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1