Update src/app/page.tsx

This commit is contained in:
2026-03-12 02:29:31 +00:00
parent 4e4b57efcd
commit ca2d970b46

View File

@@ -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"
}
]}
/>