diff --git a/src/app/page.tsx b/src/app/page.tsx index d687e77..f5eb850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,13 @@ export default function LandingPage() { id: "1", name: "Street Tacos", price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=1", }, { id: "2", name: "Tinga de Pollo", price: "$15.50", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg?_wi=1", }, { id: "3", @@ -188,7 +188,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/small-festive-pastry-platter-christmas-sock-marble_114579-23800.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=2", imageAlt: "person holding smartphone ordering food app", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-meals-casseroles-with-salad-shrimp_23-2148487822.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg?_wi=2", imageAlt: "person holding smartphone ordering food app", }, ]}