From 8daada80251f3aaf2865a15970bc3d7646a11419 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:10:15 +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 1e35770..a1fadb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "drinks", title: "Crafted Drinks", description: "Savor our meticulously prepared beverages, from classic espresso to innovative seasonal lattes, each made with passion and precision by expert baristas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458050.jpg" }, + id: "drinks", title: "Crafted Drinks", description: "Savor our meticulously prepared beverages, from classic espresso to innovative seasonal lattes, each made with passion and precision by expert baristas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458050.jpg?_wi=1" }, items: [{ icon: Coffee, text: 'Expert Baristas' }, { icon: Award, text: 'Premium Beans' }, { icon: Leaf, text: 'Sustainable Sourcing' }], reverse: false, }, @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "espresso", name: "Espresso", price: "$3.00", variant: "Classic Shot", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458050.jpg", imageAlt: "A shot of rich espresso"}, + id: "espresso", name: "Espresso", price: "$3.00", variant: "Classic Shot", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458050.jpg?_wi=2", imageAlt: "A shot of rich espresso"}, { id: "latte", name: "Latte", price: "$5.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cookies_7502-5080.jpg", imageAlt: "A latte with beautiful latte art"}, { -- 2.49.1