From 780abe03e1f024f9bee4388de355b706554a865a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:04:19 +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 52bc2be..2c687e8 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -76,19 +76,19 @@ export default function PortfolioPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Owner", company: "Mitchell Electrical Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg", imageAlt: "john mitchell electrician client" + imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg?_wi=3", imageAlt: "john mitchell electrician client" }, { id: "2", name: "Sarah Thompson", role: "Electrical Contractor", company: "Thompson & Associates Electrical", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "sarah thompson electrical contractor" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3", imageAlt: "sarah thompson electrical contractor" }, { id: "3", name: "Michael Davis", role: "Managing Director", company: "Davis Emergency Electrical", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "michael davis electrical business director" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "michael davis electrical business director" }, { id: "4", name: "Emma Wilson", role: "Lead Electrician", company: "Perth Commercial Electrical", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg", imageAlt: "emma wilson commercial electrician" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg?_wi=3", imageAlt: "emma wilson commercial electrician" } ]} gridVariant="uniform-all-items-equal"