diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 81ba841..2010485 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Find Us" description="Located in the heart of OKC." - imageSrc="http://img.b2bpic.net/free-photo/low-angle-chef-seasoning-salad_23-2148471931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-chef-seasoning-salad_23-2148471931.jpg?_wi=3" /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index bfd905b..d62c12d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -58,12 +58,12 @@ export default function LandingPage() { { title: "Tacos", description: "Carne Asada, Pastor, and Pollo.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291686.jpg?_wi=2", }, { title: "Soups", description: "Traditional Menudo and Pozole.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-plate-food-wooden-bowl-potatoes-with-mushrooms-cutting-board-fork-tomatoes-oil-bowl-white-mushrooms-spruce-branches_140725-110594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-plate-food-wooden-bowl-potatoes-with-mushrooms-cutting-board-fork-tomatoes-oil-bowl-white-mushrooms-spruce-branches_140725-110594.jpg?_wi=2", }, ]} /> @@ -74,7 +74,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Fresh Ingredients" description="We source the finest local ingredients." - imageSrc="http://img.b2bpic.net/free-photo/low-angle-chef-seasoning-salad_23-2148471931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-chef-seasoning-salad_23-2148471931.jpg?_wi=2" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 93d3653..dde71aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { descriptions: [ "Grilled to perfection with house-made salsa and fresh cilantro.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291686.jpg?_wi=1", }, { id: "f2", @@ -91,7 +91,7 @@ export default function LandingPage() { descriptions: [ "Traditional slow-cooked tripe soup, a local favorite every weekend.", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-plate-food-wooden-bowl-potatoes-with-mushrooms-cutting-board-fork-tomatoes-oil-bowl-white-mushrooms-spruce-branches_140725-110594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-plate-food-wooden-bowl-potatoes-with-mushrooms-cutting-board-fork-tomatoes-oil-bowl-white-mushrooms-spruce-branches_140725-110594.jpg?_wi=1", }, { id: "f3", @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Rating", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-chef-seasoning-salad_23-2148471931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-chef-seasoning-salad_23-2148471931.jpg?_wi=1" />