diff --git a/src/app/page.tsx b/src/app/page.tsx index 7328e59..619a145 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,17 +68,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg?_wi=1", imageAlt: "Cafe interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=1", imageAlt: "Barista detail", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg?_wi=1", imageAlt: "Pastry closeup", }, { @@ -190,21 +190,21 @@ export default function LandingPage() { title: "Cozy Ambience", description: "Perfect for working, reading, or meeting friends.", buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg?_wi=2", imageAlt: "Barista is preparing coffee with milk", }, { title: "Artisanal Baking", description: "Pastries baked fresh every single morning.", buttonIcon: "Cake", - imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=2", imageAlt: "Barista is preparing coffee with milk", }, { title: "Friendly Service", description: "Our team makes you feel at home every time.", buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg?_wi=2", imageAlt: "Barista is preparing coffee with milk", }, ]}