From 6a448042e15eb92fec75028b82e34db5230dafe0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:11:46 +0000 Subject: [PATCH 1/5] 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 f97d9b9..046792d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { description="Fuggerstraße 10, 89407 Dillingen an der Donau" subdescription="Fachkompetenz, Zuverlässigkeit und persönlicher Service" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg?_wi=3" imageAlt="Haustechnik MM Team bei der Arbeit" mediaAnimation="slide-up" useInvertedBackground={true} @@ -103,21 +103,21 @@ export default function AboutPage() { id: "1", title: "Heizungstechnik & Modernisierung", tags: ["Gas-Heizungen", "Brennwertkessel", "Wärmepumpen"], - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg?_wi=3", imageAlt: "Moderne Heizungsanlage", }, { id: "2", title: "Sanitärinstallation & Badgestaltung", tags: ["Bäder", "Küchen", "Wartung"], - imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=3", imageAlt: "Professionelle Badinstallation", }, { id: "3", title: "Wartung & Reparaturservice", tags: ["Inspektionen", "Reparaturen", "Notfallservice"], - imageSrc: "http://img.b2bpic.net/free-photo/annual-hvac-system-checkup_482257-91109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/annual-hvac-system-checkup_482257-91109.jpg?_wi=3", imageAlt: "Professionelle Wartung", }, ]} @@ -132,7 +132,7 @@ export default function AboutPage() {