Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user