From 2a510f16d68e34c6591b8a4b73be232b6bb774be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:48: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 f810d1f..d14129a 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -149,15 +149,15 @@ export default function PortfolioPage() { { id: "1", name: "Victoria Laurent", role: "Marketing Director", company: "Fashion Forward Inc", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Victoria Laurent"}, + "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2", imageAlt: "Victoria Laurent"}, { id: "2", name: "Marcus Thompson", role: "CEO", company: "TechGrow Startups", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Thompson"}, { id: "3", name: "Sarah Okonkwo", role: "Content Lead", company: "Beauty Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Sarah Okonkwo"}, + "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=2", imageAlt: "Sarah Okonkwo"}, ]} />