From 76ab98e11749a2f7556ee8e31860444f3b62d253 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:28:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb9d907..ff933a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,31 +51,31 @@ export default function LandingPage() { description="Transform your home into a private bistro with bespoke menus designed for your discerning palate." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg?_wi=1", imageAlt: "Chef preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg", imageAlt: "Plated dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg?_wi=1", imageAlt: "Plated dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg?_wi=2", imageAlt: "Chef preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg", imageAlt: "Plated dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg?_wi=2", imageAlt: "Plated dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg?_wi=3", imageAlt: "Chef preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg", imageAlt: "Plated dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg?_wi=3", imageAlt: "Plated dish"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg", imageAlt: "Plated dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg?_wi=4", imageAlt: "Plated dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg?_wi=4", imageAlt: "Chef preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg", imageAlt: "Plated dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg?_wi=5", imageAlt: "Plated dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg?_wi=5", imageAlt: "Chef preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg", imageAlt: "Plated dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-plate-with-cake_23-2148510824.jpg?_wi=6", imageAlt: "Plated dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg?_wi=6", imageAlt: "Chef preparation"}, ]} buttons={[ { -- 2.49.1