From ea76b0481b8be551339575aee6709548c9d4548d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:37:31 +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 6fbe0d8..1a6eb23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg", imageAlt: "Artisan coffee brewing with steam" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-barman-making-coffee_23-2147821333.jpg", imageAlt: "Coffee roasting process" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg", imageAlt: "Premium specialty coffee" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg?_wi=1", imageAlt: "Premium specialty coffee" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -76,7 +76,7 @@ export default function LandingPage() { description="Discover our handpicked selection of premium specialty coffees, roasted fresh daily in Kyiv." products={[ { - id: "1", name: "Single Origin Ethiopia", price: "₴280", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg", imageAlt: "Single Origin Ethiopia coffee", initialQuantity: 1 + id: "1", name: "Single Origin Ethiopia", price: "₴280", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg?_wi=2", imageAlt: "Single Origin Ethiopia coffee", initialQuantity: 1 }, { id: "2", name: "Cappuccino Blend Medium", price: "₴240", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-latte-macchiato-with-milk_23-2148420329.jpg", imageAlt: "Cappuccino Blend coffee", initialQuantity: 1 -- 2.49.1