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" }} />