diff --git a/src/app/page.tsx b/src/app/page.tsx index e32ad5f..d7d59f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,27 +73,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=1", imageAlt: "Street Tacos 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=2", imageAlt: "Street Tacos 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=3", imageAlt: "Street Tacos 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=4", imageAlt: "Street Tacos 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=5", imageAlt: "Street Tacos 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=6", imageAlt: "Street Tacos 6", }, ]} @@ -136,37 +136,37 @@ export default function LandingPage() { id: "1", name: "Tacos (Asada, Pastor, etc.)", price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=1", }, { id: "2", name: "Cali Burrito", price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=2", }, { id: "3", name: "Quesa Taco", price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=3", }, { id: "4", name: "Carne Asada Fries", price: "$12.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=4", }, { id: "5", name: "Shrimp Burrito", price: "$10.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=5", }, { id: "6", name: "Sampler", price: "$11.69", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=6", }, ]} title="Authentic Menu"