From 37085e92d3eff1080fb8dbd3213fb3aff31e9409 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:34:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d617e74..690fe4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Private Dining" buttons={[{ text: "Book Your Chef", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", imageAlt: "Gourmet plating" }, + { 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", imageAlt: "Fresh ingredients" }, { imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", imageAlt: "Dining setting" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-gurza-side-view_141793-4738.jpg", imageAlt: "Plating detail" }, @@ -75,16 +75,16 @@ export default function LandingPage() { description="Bespoke experiences tailored to your tastes and dietary needs." features={[ { - 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", imageAlt: "Menu planning" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg", imageAlt: "Menu planning" } + 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?_wi=1", imageAlt: "Menu planning" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg?_wi=2", imageAlt: "Menu planning" } }, { - 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", imageAlt: "Dining service" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg", imageAlt: "Dining service" } + 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?_wi=1", imageAlt: "Dining service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg?_wi=2", imageAlt: "Dining service" } }, { - 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", imageAlt: "Cooking class" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg", imageAlt: "Cooking class" } + 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?_wi=1", imageAlt: "Cooking class" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg?_wi=2", imageAlt: "Cooking class" } } ]} /> @@ -119,7 +119,7 @@ export default function LandingPage() {