From 1faf12450644b7916be692c85ea5181fe6092a5e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:33:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b27be80..d1a19ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg?_wi=1", imageAlt: "Gourmet plating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-homemade-bread_23-2148361942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-homemade-bread_23-2148361942.jpg?_wi=1", imageAlt: "Fresh ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg?_wi=1", imageAlt: "Dining setting", }, { @@ -111,42 +111,42 @@ export default function LandingPage() { title: "Bespoke Menu Planning", description: "Customized seasonal menus designed exclusively for your palate.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg?_wi=1", imageAlt: "Menu planning", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg?_wi=2", imageAlt: "Menu planning", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg?_wi=2", imageAlt: "private chef gourmet plating dish", }, { title: "In-Home Fine Dining", description: "Full service multi-course dinners prepared fresh in your kitchen.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg?_wi=1", imageAlt: "Dining service", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg?_wi=2", imageAlt: "Dining service", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-homemade-bread_23-2148361942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-homemade-bread_23-2148361942.jpg?_wi=2", imageAlt: "fresh ingredients luxury cooking background", }, { title: "Cooking Masterclasses", description: "Learn professional techniques with private hands-on instruction.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg?_wi=1", imageAlt: "Cooking class", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg?_wi=2", imageAlt: "Cooking class", }, - imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg?_wi=2", imageAlt: "luxurious dining room interior warm lighting", }, ]} @@ -212,7 +212,7 @@ export default function LandingPage() {