From a3768f17143a195fe3783d831516f56c5acca21d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:00:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 463adc1..1202d42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/old-chairs-table-small-street-cafe-istanbul-cat-sits-near-cafe_628469-69.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-chairs-table-small-street-cafe-istanbul-cat-sits-near-cafe_628469-69.jpg?_wi=1", imageAlt: "Artisan coffee shop atmosphere", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188015.jpg?_wi=1", imageAlt: "Fresh roasted coffee beans", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg?_wi=1", imageAlt: "Warm cozy cafe setting", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-skin-candid-smile-chatting-by-phone-enjoying-coffee-break-cafe_273443-1367.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/old-chairs-table-small-street-cafe-istanbul-cat-sits-near-cafe_628469-69.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-chairs-table-small-street-cafe-istanbul-cat-sits-near-cafe_628469-69.jpg?_wi=2", imageAlt: "cozy artisan coffee shop interior", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-indigenous-friends_23-2151128161.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188015.jpg?_wi=2", imageAlt: "handheld fresh roasted coffee beans", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg?_wi=2", imageAlt: "aesthetic coffee shop interior decor", }, ]} -- 2.49.1