6 Commits

Author SHA1 Message Date
afa5b7f6a4 Merge version_4 into main
Merge version_4 into main
2026-04-21 04:18:57 +00:00
9c8d877eff Update src/app/page.tsx 2026-04-21 04:18:51 +00:00
882259ad08 Merge version_3 into main
Merge version_3 into main
2026-04-21 04:16:01 +00:00
60c1ac9618 Update src/app/styles/variables.css 2026-04-21 04:15:58 +00:00
922e871d89 Update src/app/page.tsx 2026-04-21 04:15:58 +00:00
17156eab6e Merge version_2 into main
Merge version_2 into main
2026-04-21 04:14:00 +00:00
2 changed files with 13 additions and 13 deletions

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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbf9f4;
--card: #fdfdfd;
--foreground: #1a1a1a;
--primary-cta: #c8102e;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #1a1a1a;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #f39c12;
--background-accent: #fdf5e6;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);