From 035a0b65149bcb4d8d9e00d60b7e1c1be0b62e5e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:04:34 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 55b4ead..5a41b7d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -94,17 +94,17 @@ export default function AboutPage() { id: "1", title: "Certified & Licensed Professionals", author: "Expert Team", description: "All our electricians are fully certified, insured, and continuously trained on the latest electrical codes and safety standards.", tags: ["Professional", "Certified"], imageSrc: - "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg", imageAlt: "professional electrician team"}, + "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23490.jpg?_wi=1", imageAlt: "professional electrician team"}, { id: "2", title: "Complete Project Management", author: "End-to-End Support", description: "From initial consultation through project completion, we manage every detail, ensuring timely delivery and exceptional results.", tags: ["Management", "Support"], imageSrc: - "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "project management and oversight"}, + "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg?_wi=1", imageAlt: "project management and oversight"}, { id: "3", title: "Cutting-Edge Technology", author: "Modern Solutions", description: "We use the latest tools and technology to deliver modern, efficient electrical systems that are built to last.", tags: ["Technology", "Innovation"], imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg", imageAlt: "modern technology solutions"}, + "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216655.jpg?_wi=1", imageAlt: "modern technology solutions"}, ]} animationType="slide-up" textboxLayout="default" @@ -130,7 +130,7 @@ export default function AboutPage() { {/* Footer */}