From b4a16176a29bd6aa2f714d41e747cafbb8d0c42f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:34:36 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a7d0b33..e637135 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { buttons={[ { text: "Contact Us", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24410.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24410.jpg?_wi=2" imageAlt="ELECTRIC SOUL professional team" useInvertedBackground={false} tagAnimation="slide-up" @@ -104,7 +104,7 @@ export default function AboutPage() { handle: "@mariag2024", testimonial: "Called at 11 PM during a complete power outage. They arrived in 30 minutes and fixed the issue within an hour. Professional and fair price!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=7", imageAlt: "María García", }, { @@ -113,7 +113,7 @@ export default function AboutPage() { handle: "@robertof_palermo", testimonial: "Excellent service for our office lighting installation. The team was knowledgeable and explained everything clearly. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=8", imageAlt: "Roberto Fernández", }, { @@ -122,7 +122,7 @@ export default function AboutPage() { handle: "@claudiam_home", testimonial: "My circuit breaker kept tripping. They diagnosed the problem immediately and fixed it with a clear explanation of what was wrong.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=9", imageAlt: "Claudia Mendoza", }, ]} @@ -135,7 +135,7 @@ export default function AboutPage() {