From 495f0e69845e186e7483e3d96d228b47de51924c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:31:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a30004..73c106c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { @@ -258,16 +258,16 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Menu", href: "#menu" }, - { label: "Atmosphere", href: "#atmosphere" }, - { label: "About", href: "#about" } + { label: "Menu", href: "menu" }, + { label: "Atmosphere", href: "atmosphere" }, + { label: "About", href: "about" } ] }, { items: [ { label: "Hours", href: "#" }, { label: "Contact", href: "mailto:hello@bellecafe.co.nz" }, - { label: "Location", href: "#visit" } + { label: "Location", href: "visit" } ] }, { -- 2.49.1