diff --git a/src/app/page.tsx b/src/app/page.tsx index cc27ec3..1fedcb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { description="An unforgettable culinary battle awaits you with every dish crafted for excellence. Join us for an unparalleled dining experience." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg?_wi=1", imageAlt: "Gourmet dish presentation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg?_wi=1", imageAlt: "Cozy restaurant interior", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { imageAlt: "Crispy fried chicken", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg?_wi=2", imageAlt: "gourmet steak frites plate", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { imageAlt: "Chocolate lava cake", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg?_wi=2", imageAlt: "gourmet steak frites plate", }, ]}