9 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
fefe3c6651 Update src/app/styles/variables.css 2026-04-21 04:13:57 +00:00
8aa3d1fb7d Update src/app/page.tsx 2026-04-21 04:13:57 +00:00
92628ac211 Merge version_1 into main
Merge version_1 into main
2026-04-21 04:10:50 +00:00
2 changed files with 12 additions and 13 deletions

View File

@@ -75,15 +75,14 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Especial", name: "Taco al Pastor", price: "$25", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" },
{ id: "p2", brand: "Especial", name: "Taco de Arrachera", price: "$35", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg" },
{ id: "p3", brand: "Especial", name: "Gringa de Pastor", price: "$45", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-taco_23-2147640350.jpg" },
{ id: "p4", brand: "Especial", name: "Taco de Carnitas", price: "$25", rating: 4, reviewCount: "670", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-beer-arrangement_23-2148764343.jpg" },
{ id: "p5", brand: "Especial", name: "Quesadilla Especial", price: "$30", rating: 5, reviewCount: "540", imageSrc: "http://img.b2bpic.net/free-photo/black-tray-mixed-vegetable-salad-garnished-with-potato-chips-marble-background_114579-52585.jpg" },
{ id: "p6", brand: "Especial", name: "Taco Campechano", price: "$28", rating: 5, reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-tacos-arrangement_23-2148764336.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="Nuestros Favoritos"
description="Una selección de los tacos y especialidades que han conquistado las calles. Recetas auténticas hechas al momento."
title="Nuestro Menú"
description="Especialidades únicas: Hotdogs, Alitas, Hamburguesas, Brochetas y nuestras Papas a la francesa exclusivas."
/>
</div>
@@ -126,7 +125,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "10k+", description: "Tacos servidos" },
{ id: "m1", value: "10k+", description: "Platillos servidos" },
{ id: "m2", value: "5+", description: "Años de tradición" },
{ id: "m3", value: "100%", description: "Ingredientes frescos" },
]}

View File

@@ -12,13 +12,13 @@
--background: #f7f6f7;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);