diff --git a/src/app/page.tsx b/src/app/page.tsx index cb742c6..22d839e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Außenaufbereitung", description: "Professionelle Politur, Versiegelung und Keramikbeschichtung für einen perfekten Glanz", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "Außenaufbereitung und Politur" + imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=1", imageAlt: "Außenaufbereitung und Politur" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194116.jpg", imageAlt: "Lackkorrektur und Kratzerentfernung" @@ -90,7 +90,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-vacuuming-car-seats_23-2149316437.jpg", imageAlt: "Innenraumreinigung und Detailing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "Komplette Fahrzeugaufbereitung" + imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=2", imageAlt: "Komplette Fahrzeugaufbereitung" } ] }