diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f75e0..e27d7a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,22 +91,22 @@ export default function LandingPage() { { title: "Handmade Breakfasts", description: "From scratch pancakes and golden syrup.", icon: Star, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", imageAlt: "Handmade Breakfast" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg", imageAlt: "Handmade Breakfast Detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=1", imageAlt: "Handmade Breakfast" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-dumplings-with-peas-red-pepper_114579-43397.jpg?_wi=2", imageAlt: "Handmade Breakfast Detail" }, ] }, { title: "Legendary Tenderloins", description: "The sandwich everyone comes back for.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", imageAlt: "Legendary Tenderloin" }, - { imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg", imageAlt: "Legendary Tenderloin Detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg?_wi=1", imageAlt: "Legendary Tenderloin" }, + { imageSrc: "http://img.b2bpic.net/free-photo/rice-cooked-with-herbs-carrots-meat-cutlet_140725-7052.jpg?_wi=2", imageAlt: "Legendary Tenderloin Detail" }, ] }, { title: "Daily Fresh Coffee", description: "Served hot, just how you like it.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", imageAlt: "Fresh Coffee" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg", imageAlt: "Fresh Coffee Detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg?_wi=1", imageAlt: "Fresh Coffee" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-3d-coffee-drink_23-2151840643.jpg?_wi=2", imageAlt: "Fresh Coffee Detail" }, ] }, ]}