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