diff --git a/src/app/page.tsx b/src/app/page.tsx index bf9d8cb..5db0735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Specialty coffee preparation" }, { - imageSrc: "http://img.b2bpic.net/free-psd/fresh-acai-bowl-with-berries-kiwi-slices_9975-132263.jpg", imageAlt: "Colorful smoothie bowls" + imageSrc: "http://img.b2bpic.net/free-psd/fresh-acai-bowl-with-berries-kiwi-slices_9975-132263.jpg?_wi=1", imageAlt: "Colorful smoothie bowls" }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "Warm café interior" + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg?_wi=1", imageAlt: "Warm café interior" } ]} autoplayDelay={4000} @@ -68,7 +68,7 @@ export default function LandingPage() {