From 61aef0192ea21aa750bcb35c1dcf8ccb9a208f61 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:05:27 +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 227bd04..dd12e36 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -51,21 +51,21 @@ export default function PortfolioPage() { id: "1", name: "Fashion Brand Growth Campaign", price: "340% engagement increase", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=3", imageAlt: "Fashion brand campaign results" }, { id: "2", name: "Startup Product Launch", price: "2.5M reach in 90 days", - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg?_wi=3", imageAlt: "Startup product launch campaign" }, { id: "3", name: "Luxury Brand Rebranding", price: "180% audience growth", - imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg?_wi=3", imageAlt: "Luxury brand rebranding success" } ]}