5 Commits

Author SHA1 Message Date
cb82c0ebab Merge version_3 into main
Merge version_3 into main
2026-03-12 00:00:53 +00:00
599b3d4e9d Update src/app/page.tsx 2026-03-12 00:00:49 +00:00
0454a37be1 Merge version_3 into main
Merge version_3 into main
2026-03-12 00:00:28 +00:00
76609d37fa Update src/app/page.tsx 2026-03-12 00:00:24 +00:00
1cbbca91c1 Merge version_2 into main
Merge version_2 into main
2026-03-11 23:58:53 +00:00

View File

@@ -111,16 +111,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Tacos al Carne Asada", price: "$14", variant: "Grilled Marinated Beef • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables-cheese_2829-5622.jpg", imageAlt: "Premium carne asada tacos"
id: "1", name: "Tacos al Carne Asada", price: "$14", variant: "Grilled Marinated Beef • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=1", imageAlt: "Menu image"
},
{
id: "2", name: "Tacos al Pastor", price: "$13", variant: "Marinated Pork • Pineapple • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-mexican-beef-stripes-with-vegetables-tortilla_23-2148042465.jpg", imageAlt: "Traditional tacos al pastor"
id: "2", name: "Tacos al Pastor", price: "$13", variant: "Marinated Pork • Pineapple • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=2", imageAlt: "Menu image"
},
{
id: "3", name: "Carnitas Tacos", price: "$13", variant: "Slow-Roasted Pork • Crispy • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/from-composition-mexican-food_23-2148131977.jpg", imageAlt: "Authentic carnitas tacos"
id: "3", name: "Carnitas Tacos", price: "$13", variant: "Slow-Roasted Pork • Crispy • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=3", imageAlt: "Menu image"
},
{
id: "4", name: "Barbacoa Tacos", price: "$14", variant: "Slow-Cooked Beef • Tender • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", imageAlt: "Traditional barbacoa tacos"
id: "4", name: "Barbacoa Tacos", price: "$14", variant: "Slow-Cooked Beef • Tender • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png?_wi=4", imageAlt: "Menu image"
}
]}
gridVariant="uniform-all-items-equal"