Merge version_2 into main #5
@@ -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 (
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--background: #F5E6D3;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #2C2419;
|
||||
--primary-cta: #C85A3A;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #E8D4C0;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--accent: #C85A3A;
|
||||
--background-accent: #F5E6D3;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user