diff --git a/src/app/fahrzeugangebote/page.tsx b/src/app/fahrzeugangebote/page.tsx index 711ff20..e9cbc6c 100644 --- a/src/app/fahrzeugangebote/page.tsx +++ b/src/app/fahrzeugangebote/page.tsx @@ -85,7 +85,7 @@ export default function VehiclesPage() { name: "Volkswagen Golf - Benzin, 130 PS", price: "€24.900", imageSrc: - "http://img.b2bpic.net/free-psd/car-rent-instagram-social-media-post-banner_505751-6003.jpg", + "http://img.b2bpic.net/free-psd/car-rent-instagram-social-media-post-banner_505751-6003.jpg?_wi=2", imageAlt: "VW Golf Kompaktfahrzeug", initialQuantity: 1, }, @@ -94,7 +94,7 @@ export default function VehiclesPage() { name: "Volkswagen Passat - Diesel, 150 PS", price: "€31.500", imageSrc: - "http://img.b2bpic.net/free-photo/senior-business-man-talking-phone_1303-23559.jpg", + "http://img.b2bpic.net/free-photo/senior-business-man-talking-phone_1303-23559.jpg?_wi=2", imageAlt: "VW Passat Mittelklasse", initialQuantity: 1, }, @@ -103,7 +103,7 @@ export default function VehiclesPage() { name: "Volkswagen Tiguan - Benzin, 180 PS", price: "€39.800", imageSrc: - "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg", + "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg?_wi=2", imageAlt: "VW Tiguan SUV", initialQuantity: 1, }, @@ -134,7 +134,7 @@ export default function VehiclesPage() { title: "Zufriedene Kunden", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-buying-car_1303-13540.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-buying-car_1303-13540.jpg?_wi=3" imageAlt="Autohaus Minrath Team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -152,7 +152,7 @@ export default function VehiclesPage() { variant: "plain", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-businesswoman-with-smartphone-notebook_23-2148692470.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-businesswoman-with-smartphone-notebook_23-2148692470.jpg?_wi=3" imageAlt="Autohaus Minrath Werkstatt" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index a90fb14..09c2c66 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-businesswoman-with-smartphone-notebook_23-2148692470.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-businesswoman-with-smartphone-notebook_23-2148692470.jpg?_wi=5" imageAlt="modern workshop appointment booking" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 76e42ca..9c64b6a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,6 +1425,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +