diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index fe1f990..d7dbda9 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -65,14 +65,14 @@ export default function LandingPage() { title: "Web App X", description: "SaaS dashboard revamp.", buttonIcon: "Globe", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg?_wi=2", imageAlt: "professional headshot portrait tech", }, { title: "Identity Y", description: "Minimal branding for tech startup.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg?_wi=2", imageAlt: "creative manager portrait friendly", }, ]}