From 35c225d6752e69fda87f736517ebf43a89fe84ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:22:18 +0000 Subject: [PATCH] Update src/app/leistungen/page.tsx --- src/app/leistungen/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/leistungen/page.tsx b/src/app/leistungen/page.tsx index 19d16c6..de6ff94 100644 --- a/src/app/leistungen/page.tsx +++ b/src/app/leistungen/page.tsx @@ -49,42 +49,42 @@ export default function ServicesPage() { id: "1", name: "Gartengestaltung & Design", price: "Ab € 500", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=3", imageAlt: "Professionelle Gartengestaltung und Landschaftsplanung", }, { id: "2", name: "Pflasterarbeiten", price: "Ab € 80/m²", - imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wuxi-nianhuawan-natural-park_1359-1141.jpg?_wi=2", imageAlt: "Hochwertige Pflasterarbeiten für Einfahrten und Terrassen", }, { id: "3", name: "Terrassenbau", price: "Ab € 120/m²", - imageSrc: "http://img.b2bpic.net/free-photo/photo-sunshine-balcony-reflection-shadow-wo_53876-23259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-sunshine-balcony-reflection-shadow-wo_53876-23259.jpg?_wi=2", imageAlt: "Moderne Terrasse aus Holz oder WPC-Material", }, { id: "4", name: "Rollrasen Installation", price: "Ab € 5/m²", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-running_23-2148758581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-kid-running_23-2148758581.jpg?_wi=2", imageAlt: "Frischer Rollrasen für sofortigen Grünflächeneffekt", }, { id: "5", name: "Entwässerung & Drainage", price: "Ab € 40/m", - imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/striped-rubber-boots-river-with-splashing-water-spring-village_169016-7099.jpg?_wi=2", imageAlt: "Professionelle Gartenentwässerung und Wassermanagement", }, { id: "6", name: "Regelmäßige Gartenpflege", price: "Ab € 35/h", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-making-notes_23-2147768555.jpg?_wi=4", imageAlt: "Laufende professionelle Gartenpflege und Instandhaltung", }, ]}