Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 19:28:58 +00:00

View File

@@ -17,14 +17,14 @@ import {
Droplets,
Leaf,
Pizza,
Cheese,
Steak,
MoreVertical,
Zap,
Beer,
Trophy,
MapPin,
Calendar,
Utensils,
Pasta,
} from "lucide-react";
export default function LandingPage() {
@@ -35,7 +35,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -62,7 +62,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Donde el Fuego se Convierte en Sabor 🔥"
description="En Carbón 21, cada plato es una experiencia única preparada al carbón. Carnes premium, ceviches frescos y street food que te conquistarán."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Llamar Ahora", href: "tel:+50671169128" },
{ text: "📍 Cómo Llegar", href: "#location" },
@@ -126,14 +126,14 @@ export default function LandingPage() {
"Pizzas artesanales cocinadas al carbón con ingredientes premium. Carbón 21, Pepperoni, BBQ Chicken y más.", bentoComponent: "icon-info-cards", items: [
{ icon: Flame, label: "Horno Carbón", value: "1000°C" },
{ icon: Pizza, label: "Masa Fresca", value: "Diaria" },
{ icon: Cheese, label: "Queso Premium", value: "Importado" },
{ icon: Utensils, label: "Queso Premium", value: "Importado" },
],
},
{
title: "Hamburguesas & Hot Dogs", description:
"Burgers y hot dogs de calidad con opciones clásicas y especiales. Classic, Double Cheese, Special Burger 21 y más.", bentoComponent: "icon-info-cards", items: [
{ icon: Flame, label: "Carne 100%", value: "Angus" },
{ icon: Steak, label: "Pan Artesanal", value: "Casero" },
{ icon: Utensils, label: "Pan Artesanal", value: "Casero" },
{ icon: MoreVertical, label: "Opciones", value: "12 tipos" },
],
},
@@ -141,7 +141,7 @@ export default function LandingPage() {
title: "Pastas & Mariscos", description:
"Pastas frescas con camarones, atún y salsas premium. Paellas, camarones al ajillo y más.", bentoComponent: "icon-info-cards", items: [
{ icon: Zap, label: "Camarones", value: "Frescos" },
{ icon: Steak, label: "Pasta Casera", value: "Al Dente" },
{ icon: Pasta, label: "Pasta Casera", value: "Al Dente" },
{ icon: Flame, label: "Salsa Ajillo", value: "Especia" },
],
},