diff --git a/src/app/page.tsx b/src/app/page.tsx index ec9890a..dea5550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4900.jpg?_wi=1", imageAlt: "Luxus Terrassendach bei Sonnenuntergang", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { descriptions: [ "Maßgeschneiderte Lösungen, die perfekt zu Ihrer Architektur passen.", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4900.jpg?_wi=2", imageAlt: "Rooftop lounge at sunset", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { descriptions: [ "Pünktliche Umsetzung durch professionelle Handwerksleistung.", ], - imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=1", imageAlt: "Rooftop lounge at sunset", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { descriptions: [ "Vom ersten Beratungsgespräch bis zur fachgerechten Montage.", ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=1", imageAlt: "Rooftop lounge at sunset", }, ]} @@ -165,7 +165,7 @@ export default function LandingPage() { price: "Beratung nötig", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=2", }, { id: "p2", @@ -174,7 +174,7 @@ export default function LandingPage() { price: "Beratung nötig", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=2", }, { id: "p3",