diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b54f1a..57ba81d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Elevate your private event with curated, five-star menus tailored to your tastes. I bring professional technique and locally-sourced ingredients directly to your kitchen." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg?_wi=1", imageAlt: "Plating high-end gourmet food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-cooking-salad_23-2148471922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-cooking-salad_23-2148471922.jpg?_wi=1", imageAlt: "Fresh ingredients on prep station", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg?_wi=1", imageAlt: "Gourmet dessert preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=1", imageAlt: "Seasoning a signature dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=1", imageAlt: "Presenting the final plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=1", imageAlt: "Kitchen artistry in progress", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=2", imageAlt: "Kitchen artistry in progress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=2", imageAlt: "Presenting the final plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=2", imageAlt: "Seasoning a signature dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg?_wi=2", imageAlt: "Gourmet dessert preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-cooking-salad_23-2148471922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-cooking-salad_23-2148471922.jpg?_wi=2", imageAlt: "Fresh ingredients on prep station", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg?_wi=2", imageAlt: "Plating high-end gourmet food", }, ]} @@ -185,19 +185,19 @@ export default function LandingPage() { { title: "Private Dinner Parties", description: "Seamless, gourmet multi-course service for you and your guests.", - imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg?_wi=3", imageAlt: "Fine dining setup", }, { title: "Event Catering", description: "Custom menus for large gatherings or special occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg?_wi=3", imageAlt: "Large event plating", }, { title: "Cooking Masterclasses", description: "Hands-on instruction in your own home for food enthusiasts.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=3", imageAlt: "Cooking lesson", }, ]}