From 97d5e42bbb1abefcf1183a085d7b3ba6cb640ad6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 21:56:09 +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 d4bcab6..1aa8e8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,12 +67,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=1", imageAlt: "Chef plating", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg?_wi=1", imageAlt: "Gourmet meal", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=2", imageAlt: "gourmet restaurant dining room luxury", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-kitchen_23-2148471872.jpg?_wi=2", imageAlt: "gourmet restaurant dining room luxury", }, ]} -- 2.49.1