From aea6801ae262a0e3434acd80456a8318d84c6d7d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 06:47:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1