Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-21 04:18:58 +00:00

View File

@@ -75,14 +75,14 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "m1", brand: "Hamburguesas", name: "Clásica Santo Cielo", price: "$95", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-burger_144627-18631.jpg" },
{ id: "m2", brand: "Hot Dogs", name: "Doggo Chilango", price: "$55", rating: 4, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard-ketchup_23-2148530364.jpg" },
{ id: "m3", brand: "Papas", name: "Papas de la Casa", price: "$45", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/crispy-french-fries-with-ketchup-mayonnaise_1150-26581.jpg" },
{ id: "m4", brand: "Alitas", name: "Alitas BBQ Fuego", price: "$110", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-with-bbq-sauce_23-2148455644.jpg" },
{ id: "m5", brand: "Brochetas", name: "Brocheta de Arrachera", price: "$85", rating: 5, reviewCount: "640", imageSrc: "http://img.b2bpic.net/free-photo/skewers-grilled-meat-vegetables-plate_23-2148154687.jpg" }
{ id: "m1", brand: "Especialidades", name: "Hotdogs", price: "$55", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard-ketchup_23-2148530364.jpg" },
{ id: "m2", brand: "Especialidades", name: "Alitas", price: "$110", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-with-bbq-sauce_23-2148455644.jpg" },
{ id: "m3", brand: "Especialidades", name: "Hamburguesas", price: "$95", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-burger_144627-18631.jpg" },
{ id: "m4", brand: "Especialidades", name: "Brochetas", price: "$85", rating: 5, reviewCount: "640", imageSrc: "http://img.b2bpic.net/free-photo/skewers-grilled-meat-vegetables-plate_23-2148154687.jpg" },
{ id: "m5", brand: "Especialidades", name: "Papas", price: "$45", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/crispy-french-fries-with-ketchup-mayonnaise_1150-26581.jpg" }
]}
title="Nuestro Menú"
description="Lo mejor de la comida urbana en un solo lugar. Ingredientes frescos y el sabor que nos distingue."
description="Especialidades únicas: Hotdogs, Alitas, Hamburguesas, Brochetas y nuestras Papas a la francesa exclusivas."
/>
</div>
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}