From 24236af4d705d26e251bc845f5c1d7c53c0907b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:43:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c7b018..9efb465 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/natural-fresh-mexican-ingredients_23-2147640342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/natural-fresh-mexican-ingredients_23-2147640342.jpg?_wi=1" imageAlt="Authentic Mexican Food" showDimOverlay={true} /> @@ -116,42 +116,42 @@ export default function LandingPage() { name: "Authentic Tacos", price: "$8", variant: "Authentic corn shells, seasoned steak", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=1", }, { id: "2", name: "Tamales", price: "$12", variant: "Slow-cooked, hand-wrapped masa", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024802.jpg?_wi=1", }, { id: "3", name: "Tortas", price: "$10", variant: "Crusty bread, slow-braised pork", - imageSrc: "http://img.b2bpic.net/free-photo/different-delicious-mexican-dishes-rusty-background-with-mexican-hat_23-2148042518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-delicious-mexican-dishes-rusty-background-with-mexican-hat_23-2148042518.jpg?_wi=1", }, { id: "4", name: "Rice & Beans", price: "$5", variant: "Flavorful rice and perfectly seasoned beans", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=2", }, { id: "5", name: "Horchata", price: "$4", variant: "Refreshing, cool, traditional drink", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024802.jpg?_wi=2", }, { id: "6", name: "Full Plates", price: "$15", variant: "Satisfying, generous portions", - imageSrc: "http://img.b2bpic.net/free-photo/different-delicious-mexican-dishes-rusty-background-with-mexican-hat_23-2148042518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-delicious-mexican-dishes-rusty-background-with-mexican-hat_23-2148042518.jpg?_wi=2", }, ]} title="Fan Favorites" @@ -179,7 +179,7 @@ export default function LandingPage() { handle: "@guide", testimonial: "Authentic Mexican tacos — totally is a must.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-pleased-dark-skinned-girl-smiles-positively-camera_273609-28711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-pleased-dark-skinned-girl-smiles-positively-camera_273609-28711.jpg?_wi=1", }, { id: "3", @@ -187,7 +187,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Feels like walking into your kitchen at home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-pleased-dark-skinned-girl-smiles-positively-camera_273609-28711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-pleased-dark-skinned-girl-smiles-positively-camera_273609-28711.jpg?_wi=2", }, { id: "4", @@ -232,7 +232,7 @@ export default function LandingPage() {