From 17aef092b9f938467f3eca9300bee97e20ca2382 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:20:14 +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 3b4d3b0..8a7428d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,19 +65,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1", imageAlt: "Artful plating", }, { @@ -126,28 +126,28 @@ export default function LandingPage() { 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", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2", imageAlt: "culinary artist working with plating", }, ]}