diff --git a/src/app/page.tsx b/src/app/page.tsx index 03d291c..3a53a7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { tag="Delivered Nationwide" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-9821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-9821.jpg?_wi=1", imageAlt: "Gourmet culinary spread", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fruits-around-smoothie_23-2147717590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruits-around-smoothie_23-2147717590.jpg?_wi=1", imageAlt: "Artisan beverage selection", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { description: "Crafted by award-winning chefs daily.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728014.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728014.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -123,7 +123,7 @@ export default function LandingPage() { { title: "Rapid Delivery", description: "Maintained freshness even for long-distance provincial routes.", - imageSrc: "http://img.b2bpic.net/free-photo/top-baked-salmon-served-with-fresh-vegetables-herbs-white-plate_140725-12285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-baked-salmon-served-with-fresh-vegetables-herbs-white-plate_140725-12285.jpg?_wi=1", imageAlt: "Rapid delivery service", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { name: "Sarah M.", role: "Foodie", testimonial: "The delivery is always punctual and the food is delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-9821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-9821.jpg?_wi=2", imageAlt: "Milk and white chocolate chips on plate", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { name: "David L.", role: "Regular", testimonial: "Finally, a service that brings real quality food to our doorstep.", - imageSrc: "http://img.b2bpic.net/free-photo/fruits-around-smoothie_23-2147717590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruits-around-smoothie_23-2147717590.jpg?_wi=2", imageAlt: "Milk and white chocolate chips on plate", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { name: "Emily P.", role: "Corporate", testimonial: "We use this for all our office events, always hits the mark.", - imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728014.jpg?_wi=2", imageAlt: "Milk and white chocolate chips on plate", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { name: "Mark S.", role: "Customer", testimonial: "Exceptional variety and taste. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/top-baked-salmon-served-with-fresh-vegetables-herbs-white-plate_140725-12285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-baked-salmon-served-with-fresh-vegetables-herbs-white-plate_140725-12285.jpg?_wi=2", imageAlt: "Milk and white chocolate chips on plate", }, ]}