From bfa728d708db263fcdf64c6d3366c43cce250202 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:27:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ], }, {