|
|
|
|
@@ -7,8 +7,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import { Heart, Star, ChevronRight, UtensilsCrossed } from "lucide-react";
|
|
|
|
|
import { Heart, Star, ChevronRight, UtensilsCrossed, Coffee, MapPin, Phone } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -54,7 +55,7 @@ export default function LandingPage() {
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
carouselItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "barbacoa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBKVL1xxFqklbt3Ok36AXWBti7/uploaded-1773958441812-dna9s7o2.png", imageAlt: "Barbacoa tradicional servida con tortillas y garnish"
|
|
|
|
|
id: "barbacoa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBKVL1xxFqklbt3Ok36AXWBti7/uploaded-1773985531593-zkqqk8wh.jpg", imageAlt: "Barbacoa tradicional servida con tortillas y garnish"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "burrito", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBKVL1xxFqklbt3Ok36AXWBti7/uploaded-1773958383612-t7i7ugwa.png", imageAlt: "Burrito de barbacoa relleno y jugoso"
|
|
|
|
|
@@ -101,7 +102,7 @@ export default function LandingPage() {
|
|
|
|
|
buttonHref: "#menu"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Rico, casero y recomendado", description: "Clientes destacan el excelente sabor, el trato amable y el gran valor por lo que pagas.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-meat-steak_1203-9923.jpg?_wi=1", imageAlt: "Barbacoa servida con presentación especial", buttonIcon: ChevronRight,
|
|
|
|
|
title: "Rico, casero y recomendado", description: "Clientes destacan el excelente sabor, el trato amable y el gran valor por lo que pagas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBKVL1xxFqklbt3Ok36AXWBti7/uploaded-1773985302388-kwaa2vfm.jpg", imageAlt: "Barbacoa servida con presentación especial", buttonIcon: ChevronRight,
|
|
|
|
|
buttonHref: "#opiniones"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
@@ -183,6 +184,59 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="experience" data-section="experience">
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
title="Mañanas cálidas y sabor que acerca familias"
|
|
|
|
|
description={[
|
|
|
|
|
"Chuma-má no es solo un lugar para comer: es donde se cumplen las rutinas de los que se despiertan temprano buscando barbacoa, donde amigos y familias se reúnen alrededor de burritos y consomé, donde el sabor casero y el servicio atento crean momentos que la gente recuerda y recomienda.", "Cada desayuno, cada almuerzo es la oportunidad de vivir esa experiencia de comida auténtica, generosa y acogida que solo existe cuando el negocio entiende que tras cada plato hay personas buscando más que alimentarse: buscan sentirse parte de algo."
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Descubre más", href: "#menu" },
|
|
|
|
|
{ text: "Ver ubicación", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
showBorder={false}
|
|
|
|
|
ariaLabel="Experiencia en Chuma-má: mañanas cálidas y familiar"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="cta-pedidos" data-section="cta-pedidos">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Listo para pedir"
|
|
|
|
|
tagIcon={Coffee}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="No esperes más: tu barbacoa está lista"
|
|
|
|
|
description="Haz tu pedido ahora y disfruta del sabor que miles de clientes ya conocen y aman. Barbacoa fresca, preparada con cuidado, lista para llevar o comer en el lugar."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Pedir por WhatsApp", href: "#" },
|
|
|
|
|
{ text: "Ver menú completo", href: "#menu" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
ariaLabel="Llamada a la acción para realizar pedidos"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="cta-visita" data-section="cta-visita">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Ven a visitarnos"
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Visita Chuma-má y vive la experiencia"
|
|
|
|
|
description="Un lugar especial donde la comida auténtica, el sazón casero y el trato amable se unen para crear momentos memorables. Estacionamiento gratuito en la calle. Acceso cómodo. Ambiente acogedor que ya enamora a nuestros clientes."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Cómo llegar", href: "#" },
|
|
|
|
|
{ text: "Reserva tu mesa", href: "#" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
ariaLabel="Llamada a la acción para visitar el lugar"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="visitanos" data-section="visitanos">
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
title="Hecho para la rutina del antojo mañanero"
|
|
|
|
|
@@ -200,6 +254,24 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Ponte en contacto"
|
|
|
|
|
tagIcon={Phone}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Llamanos o visítanos en Ojocaliente, Zacatecas"
|
|
|
|
|
description="¿Preguntas sobre nuestro menú o quieres hacer un pedido especial? Estamos aquí para atenderte. Llámanos al 458 117 80 32 o visita nuestro local en Ojocaliente, Zacatecas. Abierto desde temprano para que disfrutes de tu barbacoa favorita."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Llamar: 458 117 80 32", href: "tel:4581178032" },
|
|
|
|
|
{ text: "Enviar WhatsApp", href: "#" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
ariaLabel="Información de contacto y ubicación"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoText="Chuma-má"
|
|
|
|
|
@@ -218,7 +290,7 @@ export default function LandingPage() {
|
|
|
|
|
{ label: "Nuestro sabor", href: "#favoritos" },
|
|
|
|
|
{ label: "Opiniones", href: "#opiniones" },
|
|
|
|
|
{ label: "Ubicación", href: "#visitanos" },
|
|
|
|
|
{ label: "Contacto", href: "#" }
|
|
|
|
|
{ label: "Contacto", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -235,4 +307,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|