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"}, ], }, ]}