diff --git a/src/app/page.tsx b/src/app/page.tsx index 99f1960..c98109d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,22 +72,22 @@ export default function LandingPage() { { title: "Reifenservice", description: "Fachgerechte Montage, Wuchten und Einlagerung.", icon: Wrench, mediaItems: [ - { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }, - { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" } + { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?_wi=1" }, + { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?_wi=2" } ] }, { title: "Wohnmobil & Wohnwagen", description: "Spezialisierte Wartung und Vorbereitung für Ihre Reise.", icon: Car, mediaItems: [ - { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }, - { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" } + { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?_wi=3" }, + { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?_wi=4" } ] }, { title: "Allgemeine Reparaturen", description: "Verschleißteilwechsel und Inspektionen nach Herstellervorgaben.", icon: Wrench, mediaItems: [ - { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }, - { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" } + { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?_wi=5" }, + { imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?_wi=6" } ] } ]}