Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 23:41:30 +00:00

View File

@@ -87,29 +87,29 @@ export default function LandingPage() {
{
title: "Carnitas Tacos", description: "Slow-cooked pork carnitas, tender and flavorful, served on fresh tortillas with your choice of toppings.", icon: Utensils,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Carnitas tacos plated" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg", imageAlt: "Fresh homemade salsa" }
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=1", imageAlt: "Carnitas tacos plated" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg?_wi=1", imageAlt: "Fresh homemade salsa" }
]
},
{
title: "Breakfast Chilaquiles", description: "Crispy tortilla strips with your choice of salsa, topped with eggs, cheese, and avocado. A true Mexican breakfast classic.", icon: Egg,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastries-with-dried-pineapple-rings-kiwis-grey-space_140725-75785.jpg", imageAlt: "Breakfast chilaquiles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg", imageAlt: "Fresh salsa topping" }
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg?_wi=2", imageAlt: "Fresh salsa topping" }
]
},
{
title: "Burritos & Plates", description: "Generous portions of your favorite fillings wrapped fresh to order. Made with love, served warm, every time.", icon: Leaf,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemon-slices-greens-black_140725-104401.jpg", imageAlt: "Traditional burritos" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Plated burrito filling" }
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=2", imageAlt: "Plated burrito filling" }
]
},
{
title: "Fresh Daily Salsa", description: "Made fresh every morning with the finest ingredients. Our signature salsa verde is what customers keep coming back for.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg", imageAlt: "Fresh homemade salsa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Salsa served with tacos" }
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg?_wi=3", imageAlt: "Fresh homemade salsa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=3", imageAlt: "Salsa served with tacos" }
]
}
]}