From c00db4217c38dcf7afa9616ab3b1d6be766ca979 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:29:00 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 50d7074..41dfce1 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -41,7 +41,7 @@ export default function PortfolioPage() { name: "Sarah Johnson", role: "CEO", testimonial: "Manvel completely transformed our brand identity. The design work was exceptional and truly captured our vision.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -49,7 +49,7 @@ export default function PortfolioPage() { name: "Michael Chen", role: "Founder", testimonial: "Outstanding attention to detail and creative execution. The logo and branding package exceeded our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -57,7 +57,7 @@ export default function PortfolioPage() { name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Professional, creative, and responsive. Manvel delivered beautiful social media graphics that increased our engagement.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, ]; @@ -143,7 +143,7 @@ export default function PortfolioPage() {