From fa4663865714e31682e5bfc529ab12cdb44aa050 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:13:53 +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 209b210..c8d9377 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg?_wi=1", }, { id: "c2", @@ -76,7 +76,7 @@ export default function LandingPage() { }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=1", }, { id: "c4", @@ -107,7 +107,7 @@ export default function LandingPage() { quote: "Raymah Café is set to bring some of the world’s best specialty coffees to our community.", tag: "Anticipation", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg?_wi=2", imageAlt: "portrait of satisfied customer in cafe", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { quote: "Finally, a place that understands specialty coffee craft.", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148337155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148337155.jpg?_wi=1", imageAlt: "portrait of satisfied customer in cafe", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { quote: "The atmosphere concept is exactly what our city needs.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=2", imageAlt: "portrait of satisfied customer in cafe", }, ]} @@ -228,7 +228,7 @@ export default function LandingPage() { id: "p1", name: "The Perfect Pour", price: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148337155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148337155.jpg?_wi=2", }, { id: "p2", -- 2.49.1