Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-04 16:04:19 +00:00
parent 55d971c4b5
commit 780abe03e1

View File

@@ -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"