From cef8c6cdf12a02672f02cd2329dbc4e6fb72875d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 11:04:08 +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 d597571..b713ed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,17 +64,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=1", imageAlt: "cozy cafe atmosphere", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg?_wi=1", imageAlt: "freshly roasted coffee beans", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg?_wi=1", imageAlt: "brewing coffee equipment", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { imageAlt: "sustainable fair trade coffee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=2", imageAlt: "high quality coffee beans", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { imageAlt: "sustainable fair trade coffee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7042.jpg?_wi=2", imageAlt: "high quality coffee beans", }, { @@ -263,7 +263,7 @@ export default function LandingPage() { imageAlt: "sustainable fair trade coffee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg?_wi=2", imageAlt: "high quality coffee beans", }, ]}