Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user