From 9a46d9f1a46d7f26cadd668fdbccd24ddfb15ebd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:00:16 +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 12cf88d..9ebf5bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg?_wi=1", imageAlt: "upscale restaurant interior cozy dining", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-salad-with-mushrooms_23-2148471925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-salad-with-mushrooms_23-2148471925.jpg?_wi=1", imageAlt: "professional chef cooking gourmet meal", }, ]} @@ -133,7 +133,7 @@ export default function LandingPage() { description: "Highly trained culinary masters at work.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg?_wi=2", imageAlt: "Dining room beige color tones interior design", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { description: "Perfect for family dinners and date nights.", bentoComponent: "reveal-icon", icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-salad-with-mushrooms_23-2148471925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-salad-with-mushrooms_23-2148471925.jpg?_wi=2", imageAlt: "Dining room beige color tones interior design", }, ]}