Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -7,7 +7,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
export default function PortfolioPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Portfolio", id: "/portfolio" }
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
|
||||
Reference in New Issue
Block a user