From 552ddfffb1cb4735ab9785072a0d01327f2b2817 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 14:33:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.49.1