From b00c3d7a95a3f8945faf99d3ddc73cfab6ea0031 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:56:41 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }, ]}