diff --git a/src/app/page.tsx b/src/app/page.tsx index cb93b03..4e93c6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,53 +62,53 @@ export default function LandingPage() { description="Artisan coffee roasted to perfection in the heart of the city." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=1", imageAlt: "Latte Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=2", imageAlt: "Latte Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=3", imageAlt: "Latte Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=4", imageAlt: "Latte Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=5", imageAlt: "Latte Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-spoons_23-2148255015.jpg?_wi=6", imageAlt: "Latte Art", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=1", imageAlt: "Cafe Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=2", imageAlt: "Cafe Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=3", imageAlt: "Cafe Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=4", imageAlt: "Cafe Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=5", imageAlt: "Cafe Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=6", imageAlt: "Cafe Atmosphere", }, ]}