diff --git a/src/app/page.tsx b/src/app/page.tsx index 0019988..8278032 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,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, @@ -120,13 +120,13 @@ export default function LandingPage() {