From f39fd6456154c01c67aa1ea9ad3683548da477df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:21:08 +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 212207e..dd17ef4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg", imageAlt: "Gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg?_wi=1", imageAlt: "Gourmet plating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg", imageAlt: "Culinary preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg?_wi=1", imageAlt: "Culinary preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg", imageAlt: "Luxury dining"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg?_wi=1", imageAlt: "Luxury dining"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg", imageAlt: "Artful plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1", imageAlt: "Artful plating"}, { imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8729.jpg", imageAlt: "Fresh ingredients"}, { @@ -95,16 +95,16 @@ export default function LandingPage() { features={[ { title: "Private Dinner Parties", description: "Intimate dining experiences for family and friends.", buttonIcon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg", imageAlt: "private chef gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg?_wi=2", imageAlt: "private chef gourmet plating"}, { title: "Corporate Events", description: "Impress your partners with refined flavors.", buttonIcon: Briefcase, - imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg", imageAlt: "chef preparing fresh organic vegetables"}, + imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg?_wi=2", imageAlt: "chef preparing fresh organic vegetables"}, { title: "Cooking Classes", description: "Learn secret culinary techniques at home.", buttonIcon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg", imageAlt: "modern luxury table setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg?_wi=2", imageAlt: "modern luxury table setting"}, { title: "Menu Consultation", description: "Customized seasonal menu planning services.", buttonIcon: ListChecks, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg", imageAlt: "culinary artist working with plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2", imageAlt: "culinary artist working with plating"}, ]} title="Tailored Culinary Services" description="We craft experiences, not just meals. Every menu is personalized to your preferences and dietary requirements." -- 2.49.1