Update src/app/contact-us/page.tsx

This commit is contained in:
2026-03-19 14:16:33 +00:00
parent 67c6f09432
commit 06d0760af9

View File

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