From 06d0760af999839a4d83967d48a5fff3747b4c2d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:16:33 +0000 Subject: [PATCH] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 8ee6646..61386e2 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -62,9 +62,9 @@ export default function ContactUsPage() { }, { title: "Quick Links", items: [ - { label: "Portfolio", href: "/" }, - { label: "About", href: "/" }, - { label: "Book Now", href: "/" } + { label: "Portfolio", href: "/portfolio" }, + { label: "About", href: "/#about" }, + { label: "Book Now", href: "/#booking" } ] }, {