diff --git a/src/app/page.tsx b/src/app/page.tsx index 59438d8..4c4f8fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,8 @@ export default function PortfolioPage() { { name: "Work", id: "work" }, { name: "About", id: "about" }, { name: "Process", id: "process" }, + { name: "Products", id: "/products" }, { name: "Contact", id: "contact" }, - { name: "Resume", id: "resume" }, ]} button={{ text: "View My Work", href: "work" }} brandName="Design Studio" @@ -216,7 +216,7 @@ export default function PortfolioPage() { title: "Work", items: [ { label: "Featured Projects", href: "#work" }, { label: "Case Studies", href: "#work" }, - { label: "View All", href: "#" }, + { label: "View All", href: "/products" }, ], }, {