From a46d802d2d6b3961ad4dd7c77b4b4128f865482f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:06:36 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index da6b5bd..d67222a 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -47,9 +47,9 @@ export default function PortfolioPage() { title="Featured Projects" description="A collection of our success stories." products={[ - { id: "work1", name: "Brand A", price: "Web App", imageSrc: "https://via.placeholder.com/400" }, - { id: "work2", name: "Brand B", price: "Marketing", imageSrc: "https://via.placeholder.com/400" }, - { id: "work3", name: "Brand C", price: "Design", imageSrc: "https://via.placeholder.com/400" } + { id: "work1", name: "Brand A", price: "Web App", imageSrc: "https://via.placeholder.com/400?_wi=1" }, + { id: "work2", name: "Brand B", price: "Marketing", imageSrc: "https://via.placeholder.com/400?_wi=2" }, + { id: "work3", name: "Brand C", price: "Design", imageSrc: "https://via.placeholder.com/400?_wi=3" } ]} /> -- 2.49.1