diff --git a/src/app/page.tsx b/src/app/page.tsx index b8fbb90..35d4c33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=1" imageAlt="Chef plating a gourmet dish" mediaAnimation="slide-up" avatars={[ @@ -137,7 +137,7 @@ export default function LandingPage() { description: "Includes shopping, cooking, and kitchen cleanup.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-standing-kitchen-home-cooking_1157-45871.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-standing-kitchen-home-cooking_1157-45871.jpg?_wi=1" imageAlt="Chef preparing a meal" mediaAnimation="slide-up" /> @@ -151,19 +151,19 @@ export default function LandingPage() { { title: "Intimate Dinners", description: "Romantic and private dinners customized for two or small groups.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=2", imageAlt: "Dinner service", }, { title: "Event Catering", description: "Full-service catering for social events and milestone celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/chef-standing-kitchen-home-cooking_1157-45871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-standing-kitchen-home-cooking_1157-45871.jpg?_wi=2", imageAlt: "Event service", }, { title: "Cooking Classes", description: "Interactive, hands-on classes hosted in your own kitchen.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg?_wi=3", imageAlt: "Cooking class", }, ]}