From bce6b7af0e08619030405f2f32c34da8958a6638 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:06:36 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> From 2ec6e3d2e1f3eda2210106d57a1372f88c10d410 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:06:37 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" /> From cbe564a086da9ce032b5eed5007b4b1f87b0a3a2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:06:37 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" />