From f6b91fea8f770923df13b24340c43736eaa493e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:45:22 +0000 Subject: [PATCH] Update src/app/practical-info/page.tsx --- src/app/practical-info/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/practical-info/page.tsx b/src/app/practical-info/page.tsx index 34f224d..299cfe9 100644 --- a/src/app/practical-info/page.tsx +++ b/src/app/practical-info/page.tsx @@ -7,10 +7,10 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; const navItems = [ - { name: "Rooms", id: "/accommodations" }, - { name: "Experiences", id: "/accommodations" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Rooms", id: "accommodations" }, + { name: "Experiences", id: "accommodations" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, ]; export default function PracticalInfoPage() { @@ -32,7 +32,7 @@ export default function PracticalInfoPage() { navItems={navItems} brandName="Alpine Calm" button={{ - text: "Book Now", href: "/contact" + text: "Book Now", href: "contact" }} />