Update src/app/portfolio/page.tsx

This commit is contained in:
2026-06-10 10:42:00 +00:00
parent 08f703066b
commit f6289fd6a9

View File

@@ -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 = [