From 415efa7f8983facd5f851a217a04a1bde658b31e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:28:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c76b33d..4a4250b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Super Torta", tags: ["Massive", "Loaded"], - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-chicken_74190-5971.jpg", imageAlt: "Super torta stacked with meats, cheese, avocado, beans" + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-chicken_74190-5971.jpg?_wi=1", imageAlt: "Super torta stacked with meats, cheese, avocado, beans" }, { id: "2", title: "Street Tacos", tags: ["Authentic", "Bold"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-studio_23-2150770495.jpg", imageAlt: "Traditional street tacos with authentic toppings" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-studio_23-2150770495.jpg?_wi=1", imageAlt: "Traditional street tacos with authentic toppings" }, { id: "3", title: "Micheladas", tags: ["Spicy", "Refreshing"], @@ -113,10 +113,10 @@ export default function LandingPage() { id: "2", name: "✔ Authentic Mexican recipes", price: "", imageSrc: "http://img.b2bpic.net/free-photo/vendor-displaying-box-lemons_482257-109956.jpg", imageAlt: "Kitchen staff preparing authentic Mexican food" }, { - id: "3", name: "✔ Loaded with flavor", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-chicken_74190-5971.jpg", imageAlt: "Fully loaded torta with all toppings" + id: "3", name: "✔ Loaded with flavor", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-chicken_74190-5971.jpg?_wi=2", imageAlt: "Fully loaded torta with all toppings" }, { - id: "4", name: "✔ Made fresh every order", price: "", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-studio_23-2150770495.jpg", imageAlt: "Fresh tacos made to order" + id: "4", name: "✔ Made fresh every order", price: "", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-studio_23-2150770495.jpg?_wi=2", imageAlt: "Fresh tacos made to order" } ]} /> -- 2.49.1