diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b82fa8..0ff0a17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg", imageAlt: "Professional chef preparing gourmet cuisine"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg?_wi=1", imageAlt: "Professional chef preparing gourmet cuisine"}, { - imageSrc: "http://img.b2bpic.net/free-photo/challah-dish-hanukkah-table_23-2151102385.jpg", imageAlt: "Luxury dining experience setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/challah-dish-hanukkah-table_23-2151102385.jpg?_wi=1", imageAlt: "Luxury dining experience setup"}, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-with-plate_23-2148471884.jpg", imageAlt: "Executive chef portrait"}, ]} @@ -79,13 +79,13 @@ export default function LandingPage() { tag="Services" features={[ { - title: "Custom Menu Planning", description: "Bespoke menus created specifically for your palate, dietary needs, and occasion", imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg", imageAlt: "Custom menu planning"}, + title: "Custom Menu Planning", description: "Bespoke menus created specifically for your palate, dietary needs, and occasion", imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg?_wi=1", imageAlt: "Custom menu planning"}, { - title: "Private Dining Events", description: "Intimate gatherings transformed into unforgettable gastronomic experiences", imageSrc: "http://img.b2bpic.net/free-photo/challah-dish-hanukkah-table_23-2151102385.jpg", imageAlt: "Private dining setup"}, + title: "Private Dining Events", description: "Intimate gatherings transformed into unforgettable gastronomic experiences", imageSrc: "http://img.b2bpic.net/free-photo/challah-dish-hanukkah-table_23-2151102385.jpg?_wi=2", imageAlt: "Private dining setup"}, { - title: "Corporate Catering", description: "Sophisticated meal solutions for business meetings and corporate celebrations", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg", imageAlt: "Professional catering"}, + title: "Corporate Catering", description: "Sophisticated meal solutions for business meetings and corporate celebrations", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg?_wi=2", imageAlt: "Professional catering"}, { - title: "Cooking Classes", description: "Learn culinary techniques and secrets directly from our experienced chefs", imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg", imageAlt: "Cooking instruction"}, + title: "Cooking Classes", description: "Learn culinary techniques and secrets directly from our experienced chefs", imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg?_wi=2", imageAlt: "Cooking instruction"}, ]} textboxLayout="default" animationType="slide-up" @@ -112,12 +112,12 @@ export default function LandingPage() {