From 8263145b449f61cd925e3c6b5a3e14557e0bb084 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:12:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c488d2..0c2e8b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,27 +62,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=1", imageAlt: "cozy cafe interior plant filled", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-cup-with-plants_23-2150708130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-cup-with-plants_23-2150708130.jpg?_wi=1", imageAlt: "fresh coffee cup latte art", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg?_wi=1", imageAlt: "cafe staff smiling friendly atmosphere", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg?_wi=1", imageAlt: "cafe outdoor terrace seating", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361449.jpg?_wi=1", imageAlt: "fresh croissant and coffee cafe", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "The best botanical cafe space in town!", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-1400.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=2", imageAlt: "happy customer drinking cafe coffee", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "Consistently excellent coffee and vibes.", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-talking-phone-cafe_197531-33569.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-cup-with-plants_23-2150708130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-cup-with-plants_23-2150708130.jpg?_wi=2", imageAlt: "happy customer drinking cafe coffee", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "Love the focus on sustainable sourcing.", tag: "Sustainability", avatarSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg?_wi=2", imageAlt: "happy customer drinking cafe coffee", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "Perfect spot to work and relax.", tag: "Work", avatarSrc: "http://img.b2bpic.net/free-vector/hand-drawn-muted-colors-pattern_23-2149991213.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg?_wi=2", imageAlt: "happy customer drinking cafe coffee", }, { @@ -270,7 +270,7 @@ export default function LandingPage() { quote: "Delicious food, great atmosphere.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-restaurant_23-2148899031.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361449.jpg?_wi=2", imageAlt: "happy customer drinking cafe coffee", }, ]} -- 2.49.1