diff --git a/src/app/page.tsx b/src/app/page.tsx index 44f37de..c8e9938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Crafted Specialty Drinks", description: "Our expert baristas create unique coffee and tea beverages, from classic espresso to innovative seasonal lattes, using ethically sourced beans and premium ingredients.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg?_wi=1", imageAlt: "Latte art in a coffee cup", }, items: [ @@ -226,7 +226,7 @@ export default function LandingPage() { name: "Signature Latte", price: "€5.50", variant: "Creamy & Smooth", - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg?_wi=2", imageAlt: "A cup of latte with art", }, ]}