From bad28b4682dccaca1529e5a982fa2de602af9080 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:11:48 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c022378..f8b17f6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,21 +48,21 @@ export default function ServicesPage() { id: "1", title: "Heizungstechnik", tags: ["Installation", "Wartung", "Reparatur"], - 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=4", imageAlt: "Heizungsanlage Installation", }, { id: "2", title: "Sanitärinstallationen", tags: ["Badinstallation", "Rohrreparaturen", "Wasserinstallation"], - 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=4", imageAlt: "Badinstallation Sanitär", }, { id: "3", title: "Wartung und Reparaturen", tags: ["Modernisierung", "Wartungsarbeiten", "Reparaturservice"], - 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=4", imageAlt: "Wartung Reparaturservice", }, ]} @@ -126,7 +126,7 @@ export default function ServicesPage() { name: "Hans Müller", role: "Hausbesitzer", testimonial: "Schnelle und professionelle Arbeit! Die Heizungsreparatur wurde zügig durchgeführt und alles funktioniert perfekt. Sehr zu empfehlen!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg?_wi=2", imageAlt: "Hans Müller", }, { @@ -134,7 +134,7 @@ export default function ServicesPage() { name: "Sandra Weber", role: "Immobilienbesitzerin", testimonial: "Großartiger Service! Die Badinstallation wurde professionell durchgeführt. Das Team war höflich, pünktlich und sehr kompetent.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg?_wi=2", imageAlt: "Sandra Weber", }, { @@ -142,7 +142,7 @@ export default function ServicesPage() { name: "Michael Fischer", role: "Hausbesitzer", testimonial: "Zuverlässig und ehrlich. Die Wartung unserer Heizung wird regelmäßig durchgeführt. Man vertraut den Fachleuten von Haustechnik MM.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg?_wi=2", imageAlt: "Michael Fischer", }, { @@ -150,7 +150,7 @@ export default function ServicesPage() { name: "Claudia König", role: "Hausbesitzerin", testimonial: "Professionelle Handwerker! Moderne Heizungsanlage wurde perfekt installiert. Prompt, sauber und mit ausgezeichneter Nachbetreuung.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-celebrating-major-project-milestone_482257-123691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-celebrating-major-project-milestone_482257-123691.jpg?_wi=2", imageAlt: "Claudia König", }, ]} @@ -165,7 +165,7 @@ export default function ServicesPage() { {/* Footer */}