diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c5de2c..3798c91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,13 +78,13 @@ export default function LandingPage() { tag="Premium Selection" products={[ { - id: "1", name: "Bring Me Down", price: "€8,50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg", imageAlt: "Bring Me Down - Dark Berry Smoothie" + id: "1", name: "Bring Me Down", price: "€8,50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg?_wi=1", imageAlt: "Bring Me Down - Dark Berry Smoothie" }, { - id: "2", name: "Pink Azizam", price: "€8,50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-assortment_23-2149161435.jpg", imageAlt: "Pink Azizam - Strawberry Premium Smoothie" + id: "2", name: "Pink Azizam", price: "€8,50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-assortment_23-2149161435.jpg?_wi=1", imageAlt: "Pink Azizam - Strawberry Premium Smoothie" }, { - id: "3", name: "Matcha Green Dream", price: "€7,50", imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-town_1268-16580.jpg", imageAlt: "Matcha Green Dream - Fresh Matcha Smoothie" + id: "3", name: "Matcha Green Dream", price: "€7,50", imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-town_1268-16580.jpg?_wi=1", imageAlt: "Matcha Green Dream - Fresh Matcha Smoothie" } ]} gridVariant="three-columns-all-equal-width" @@ -104,19 +104,19 @@ export default function LandingPage() { { id: 1, title: "Hochwertige Zutaten", description: "Sorgsam ausgewählte, frische Zutaten für maximalen Geschmack und Nährwert.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-town_1268-16580.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-town_1268-16580.jpg?_wi=2" } }, { id: 2, title: "Kreative Kombinationen", description: "Innovative Geschmackskombinationen, die dich überraschen und begeistern.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-assortment_23-2149161435.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-assortment_23-2149161435.jpg?_wi=2" } } ]} @@ -135,19 +135,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Minimalist Design", role: "Helles, cleanes", company: "Ambiente", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg?_wi=2" }, { id: "2", name: "Premium Quality", role: "Hochwertige", company: "Präsentation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-town_1268-16580.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-town_1268-16580.jpg?_wi=3" }, { id: "3", name: "Perfect To-Go", role: "Designed for", company: "Movement", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg?_wi=3" }, { id: "4", name: "Urban Vibe", role: "Energetische,", company: "moderne Energie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-assortment_23-2149161435.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-assortment_23-2149161435.jpg?_wi=3" } ]} gridVariant="uniform-all-items-equal"