Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-19 14:34:57 +00:00
parent b068bdc5ef
commit 26a9ea7b84

View File

@@ -169,9 +169,9 @@ export default function PortfolioPage() {
},
{
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "About", href: "/#about" },
{ label: "Book Now", href: "/#booking" }
{ label: "Book Now", href: "/booking" }
]
},
{
@@ -188,4 +188,4 @@ export default function PortfolioPage() {
</div>
</ThemeProvider>
);
}
}