diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a47829..86171c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Tim G", handle: "Osnabrück", testimonial: "Sehr leckeres Eis zu günstigen Preisen. Wir kommen sehr gerne wieder.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg?_wi=1", imageAlt: "artisanal ice cream cone warm aesthetic"}, { name: "Pia Itani", handle: "Osnabrück", testimonial: "Das beste Eis! Weit und breit! Super coole Sorten, sehr familiär!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-sitting-cafe_171337-16570.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"}, { name: "Max M.", handle: "Osnabrück", testimonial: "Unglaublich cremig und intensiv. Mein Favorit in der ganzen Stadt.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg?_wi=1", imageAlt: "artisanal ice cream cone warm aesthetic"}, { name: "Sarah L.", handle: "Osnabrück", testimonial: "Sehr gute Auswahl, besonders die Fruchtsorten sind erfrischend.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg?_wi=1", imageAlt: "artisanal ice cream cone warm aesthetic"}, { name: "Tom B.", handle: "Osnabrück", testimonial: "Absolut empfehlenswert, auch im Winter einen Besuch wert!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg?_wi=1", imageAlt: "artisanal ice cream cone warm aesthetic"}, ]} buttons={[ { @@ -71,7 +71,7 @@ export default function LandingPage() { { text: "Kontakt", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg?_wi=2" imageAlt="Köstliches hausgemachtes Eis" avatars={[ { @@ -108,7 +108,7 @@ export default function LandingPage() { title: "Klassische Cremes", description: "Bourbon-Vanille, Schokolade und Stracciatella, die nach Kindheit schmecken.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg", imageAlt: "Vanilleeis"}, + imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg?_wi=2", imageAlt: "Vanilleeis"}, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618910.jpg", imageAlt: "Vanilleeis"}, ], @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Schoko-Träume", description: "Intensives Kakaovergnügen für wahre Schokoladen-Liebhaber.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg", imageAlt: "Schokoladeneis"}, + imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg?_wi=2", imageAlt: "Schokoladeneis"}, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-table_23-2148514037.jpg", imageAlt: "Schokoladeneis"}, ], @@ -126,7 +126,7 @@ export default function LandingPage() { title: "Fruchtige Sorbets", description: "Erfrischend, leicht und zu 100% aus echten Früchten gezaubert.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg", imageAlt: "Fruchteis"}, + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg?_wi=2", imageAlt: "Fruchteis"}, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-with-strawberries_23-2149412362.jpg", imageAlt: "Fruchteis"}, ],