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