Update src/app/page.tsx

This commit is contained in:
2026-03-10 07:27:40 +00:00
parent a8bcdf851e
commit bfa728d708

View File

@@ -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" },
],
},
{