diff --git a/src/app/page.tsx b/src/app/page.tsx index fdafbfd..f7f5352 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#food", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg" + imageSrc="http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg?_wi=1" imageAlt="Luxuriöses mexikanisches Restaurant Ambiente" mediaAnimation="slide-up" /> @@ -86,14 +86,14 @@ export default function LandingPage() { name: "Sarah J.", handle: "Genießerin", testimonial: "So lecker haben wir schon lange nicht mehr gegessen, absolut authentisch!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg?_wi=1", }, { id: "t2", name: "Markus K.", handle: "Stammgast", testimonial: "Unglaublich guter Mexikaner, Atmosphäre hat mich sofort abgeholt.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg?_wi=1", }, { id: "t3", @@ -213,21 +213,21 @@ export default function LandingPage() { title: "Perfektes Timing", description: "Alle Gerichte heiß & gleichzeitig am Tisch.", buttonIcon: "Clock", - imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg?_wi=2", imageAlt: "Beautiful thanksgiving meal concept", }, { title: "Frische Qualität", description: "Hausgemacht & ohne Kompromisse.", buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg?_wi=2", imageAlt: "Beautiful thanksgiving meal concept", }, { title: "Warme Gastfreundschaft", description: "Hier fühlt man sich wie zu Hause.", buttonIcon: "Smile", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg?_wi=2", imageAlt: "Beautiful thanksgiving meal concept", }, ]}