Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-12 00:00:28 +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", 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", 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", 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", imageAlt: "Menu image"
}
]}
gridVariant="uniform-all-items-equal"