From 2bdd99af7f979544215eb79ca3f574e234b94e03 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:37:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bfd5f1..7c25988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,42 +157,42 @@ export default function LandingPage() { name: "Private Dinners", price: "Custom", variant: "Intimate", - imageSrc: "http://img.b2bpic.net/free-photo/apricot-topped-with-cream-berry_140725-1701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apricot-topped-with-cream-berry_140725-1701.jpg?_wi=1", }, { id: "2", name: "Cooking Workshops", price: "Custom", variant: "Interactive", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=1", }, { id: "3", name: "Meal Prep", price: "Custom", variant: "Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153735.jpg?_wi=1", }, { id: "4", name: "Small Events", price: "Custom", variant: "Catering", - imageSrc: "http://img.b2bpic.net/free-photo/apricot-topped-with-cream-berry_140725-1701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apricot-topped-with-cream-berry_140725-1701.jpg?_wi=2", }, { id: "5", name: "Tasting Menus", price: "Custom", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=2", }, { id: "6", name: "Seasonal Specials", price: "Custom", variant: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153735.jpg?_wi=2", }, ]} title="Curated Dining Services" -- 2.49.1