diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ddba24a..00a2a39 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -6,10 +6,14 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function PortfolioPage() { const navItems = [{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }]; return ( - - + +

Our Portfolio

- +
); } \ No newline at end of file