diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d82a38..9df3b17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { href: "tel:2626334245", }, ]} - 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="Authentic mexican food spread" /> @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Taste" description="At La Mexicana, we are proud to serve the Racine community with authentic recipes passed down through generations. Quality, quantity, and service are at the heart of everything we do." - imageSrc="http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg?_wi=1" imageAlt="Fresh ingredients preparation" /> @@ -97,7 +97,7 @@ export default function LandingPage() { title: "Breakfast Burritos", description: "Start your day with our famous hearty, hand-rolled burritos.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=1", imageAlt: "Breakfast Burrito", }, items: [ @@ -111,7 +111,7 @@ export default function LandingPage() { }, ], reverse: false, - 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: "authentic mexican restaurant interior", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg?_wi=2", imageAlt: "fresh handmade tortillas mexican food", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=2", imageAlt: "handheld fresh breakfast burrito", }, ]}