diff --git a/src/app/leistungen/page.tsx b/src/app/leistungen/page.tsx index c89e124..96d425f 100644 --- a/src/app/leistungen/page.tsx +++ b/src/app/leistungen/page.tsx @@ -54,42 +54,42 @@ export default function ServicesPage() { id: "service-1", title: "Privatumzug", tags: ["Wohnung", "Einfamilienhaus"], - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-unpacking-carboard-boxes-almost-done-moving_482257-24142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-unpacking-carboard-boxes-almost-done-moving_482257-24142.jpg?_wi=5", imageAlt: "Privatumzug Service", }, { id: "service-2", title: "Firmenumzug", tags: ["Büro", "Betrieb"], - imageSrc: "http://img.b2bpic.net/free-photo/couple-unpacking-their-belongings_23-2149312725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-unpacking-their-belongings_23-2149312725.jpg?_wi=4", imageAlt: "Firmenumzug Service", }, { id: "service-3", title: "Kleinumzug", tags: ["Express", "Flexibel"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg?_wi=2", imageAlt: "Kleinumzug Service", }, { id: "service-4", title: "Möbeltransport", tags: ["Sicher", "Versichert"], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-man-with-package-list_23-2148590677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-man-with-package-list_23-2148590677.jpg?_wi=5", imageAlt: "Möbeltransport Service", }, { id: "service-5", title: "Einpackservice", tags: ["Professionell", "Sorgfältig"], - imageSrc: "http://img.b2bpic.net/free-photo/man-using-scotch-tape-pack-box-moving-out_23-2148647469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-scotch-tape-pack-box-moving-out_23-2148647469.jpg?_wi=3", imageAlt: "Einpackservice", }, { id: "service-6", title: "Möbelmontage", tags: ["Installation", "Aufbau"], - imageSrc: "http://img.b2bpic.net/free-photo/skilled-carpenter-worker-using-his-tools-wood_23-2148640333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilled-carpenter-worker-using-his-tools-wood_23-2148640333.jpg?_wi=3", imageAlt: "Möbelmontage Service", }, ]} @@ -163,7 +163,7 @@ export default function ServicesPage() {