From cfc237f6c079d03c93d5f07a4c7c0acdf62b97ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:25:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 +++++++++-------------------------------------- 1 file changed, 37 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c80a1b3..1748519 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,65 +32,36 @@ export default function LandingPage() {
@@ -265,14 +165,11 @@ export default function LandingPage() {
@@ -281,14 +178,11 @@ export default function LandingPage() { @@ -298,42 +192,27 @@ export default function LandingPage() { logoText="365" columns={[ { - title: "About", - items: [ + title: "About", items: [ { - label: "Our Story", - href: "#why-365", - }, + label: "Our Story", href: "#why-365"}, { - label: "The Ritual", - href: "#the-experience", - }, + label: "The Ritual", href: "#the-experience"}, ], }, { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Breads", - href: "#menu", - }, + label: "Breads", href: "#menu"}, { - label: "Breakfast", - href: "#menu", - }, + label: "Breakfast", href: "#menu"}, ], }, { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Location", - href: "#location", - }, + label: "Location", href: "#location"}, { - label: "Hours", - href: "#location", - }, + label: "Hours", href: "#location"}, ], }, ]} -- 2.49.1