From 3e7c4d26c6ac2819efc20423f010bc6875acdacc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:44:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1