diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ec482e..0da7c77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/colorful-restaurant-with-blurred-effect_1203-596.jpg", imageAlt: "Luxury pizza restaurant ambiance" } + { imageSrc: "http://img.b2bpic.net/free-photo/colorful-restaurant-with-blurred-effect_1203-596.jpg?_wi=1", imageAlt: "Luxury pizza restaurant ambiance" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/colorful-restaurant-with-blurred-effect_1203-596.jpg", imageAlt: "Premium pizzeria interior" } + { imageSrc: "http://img.b2bpic.net/free-photo/colorful-restaurant-with-blurred-effect_1203-596.jpg?_wi=2", imageAlt: "Premium pizzeria interior" } ]} carouselPosition="right" ariaLabel="Hero section with carousel"