Merge version_3 into main #6

Merged
bender merged 3 commits from version_3 into main 2026-03-04 16:04:24 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -66,19 +66,19 @@ export default function AboutPage() {
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: "electrician client john mitchell"
imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg?_wi=2", imageAlt: "electrician client john mitchell"
},
{
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: "electrician client sarah thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "electrician client sarah thompson"
},
{
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: "electrician client michael davis"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "electrician client michael davis"
},
{
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: "electrician client emma wilson"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg?_wi=2", imageAlt: "electrician client emma wilson"
}
]}
gridVariant="uniform-all-items-equal"

View File

@@ -133,19 +133,19 @@ export default function HomePage() {
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: "electrician business owner satisfied with website"
imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg?_wi=1", imageAlt: "electrician business owner satisfied with website"
},
{
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: "female electrician contractor praising website design"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "female electrician contractor praising website design"
},
{
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: "electrical business director with new website"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "electrical business director with new website"
},
{
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: "commercial electrician team member with new website"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg?_wi=1", imageAlt: "commercial electrician team member with new website"
}
]}
gridVariant="uniform-all-items-equal"

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"