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