diff --git a/src/app/page.tsx b/src/app/page.tsx index 6098a2e..5d7081b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { features={[ { id: "1", 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", imageAlt: "Latte art in a coffee cup"}, + 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: [ { icon: Coffee, @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "3", name: "Herbal Harmony Tea", price: "€4.00", variant: "Soothing & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-cinnamon-lemon-slices-light-white-space_140725-95084.jpg", imageAlt: "A cup of herbal tea"}, { - id: "4", name: "Signature Latte", price: "€5.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg", imageAlt: "A cup of latte with art"}, + id: "4", name: "Signature Latte", price: "€5.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-whipped-cream-coffee_23-2148937330.jpg?_wi=2", imageAlt: "A cup of latte with art"}, ]} title="Our Crafted Menu" description="Explore a diverse selection of premium coffees, refreshing beverages, and delectable food items, all prepared with the freshest ingredients and a passion for flavor."