From 55d3b648c3bec5c120b2ebd3a661e29685174f1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb18268..af2f95a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Elektroinstallation", description: "Steckdosen, Lichtschalter, komplette Verkabelung nach aktuellen Standards", imageSrc: "http://img.b2bpic.net/free-photo/cable-nails_23-2147773468.jpg" + title: "Elektroinstallation", description: "Steckdosen, Lichtschalter, komplette Verkabelung nach aktuellen Standards", imageSrc: "http://img.b2bpic.net/free-photo/cable-nails_23-2147773468.jpg?_wi=1" }, { id: 2, - title: "Herd & Küchengeräte", description: "Herdanschlüsse, Backofeninstallation, Küchenstrom professionell gelöst", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176716.jpg" + title: "Herd & Küchengeräte", description: "Herdanschlüsse, Backofeninstallation, Küchenstrom professionell gelöst", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176716.jpg?_wi=1" }, { id: 3, - title: "Sicherungskästen", description: "Sicherung erneuern, FI-Schalter, Verteiler modernisieren sicher", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5072.jpg" + title: "Sicherungskästen", description: "Sicherung erneuern, FI-Schalter, Verteiler modernisieren sicher", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5072.jpg?_wi=1" }, { id: 4, @@ -121,13 +121,13 @@ export default function LandingPage() {