Merge version_1_1781729149471 into main #2
@@ -6,333 +6,158 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
|
||||
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
||||
import { Award, Flame, MapPin, Star, User, Users } from "lucide-react";
|
||||
import { Flame, Star, MapPin, User, Award, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Rosario Norte"
|
||||
title="La mejor hamburguesa de Las Condes"
|
||||
description="Una experiencia gastronómica inolvidable. Hamburguesas artesanales, ingredientes frescos y un ambiente único."
|
||||
primaryButton={{
|
||||
text: "Pedir en línea",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Reservar mesa",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-soft-bread-fries-wooden-board_140725-4810.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chops-pepper-meat-corn-grill-pan_23-2148167611.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-plate-hot-pepper-carrot-roasted-mushrooms-table_140725-73862.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-dark-background_140725-139765.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Rosario Norte"
|
||||
title="La mejor hamburguesa de Las Condes"
|
||||
description="Una experiencia gastronómica inolvidable. Hamburguesas artesanales, ingredientes frescos y un ambiente único."
|
||||
primaryButton={{ text: "Pedir en línea", href: "#" }}
|
||||
secondaryButton={{ text: "Reservar mesa", href: "#contact" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-soft-bread-fries-wooden-board_140725-4810.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chops-pepper-meat-corn-grill-pan_23-2148167611.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-plate-hot-pepper-carrot-roasted-mushrooms-table_140725-73862.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-dark-background_140725-139765.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Nuestra Pasión"
|
||||
title="Calidad en cada mordida"
|
||||
description="En La Birra Bar seleccionamos los mejores cortes y vegetales para ofrecerte una experiencia superior. Cada hamburguesa es preparada en el momento, garantizando frescura y sabor incomparables."
|
||||
items={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Cocina artesanal",
|
||||
description: "Hamburguesas recién hechas con amor.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Calidad 4.8",
|
||||
description: "Reconocidos por nuestros clientes.",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Atención superior",
|
||||
description: "Servicio dedicado y amable.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821332.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Nuestra Pasión"
|
||||
title="Calidad en cada mordida"
|
||||
description="En La Birra Bar seleccionamos los mejores cortes y vegetales para ofrecerte una experiencia superior. Cada hamburguesa es preparada en el momento, garantizando frescura y sabor incomparables."
|
||||
items={[
|
||||
{ icon: "Flame", title: "Cocina artesanal", description: "Hamburguesas recién hechas con amor." },
|
||||
{ icon: "Award", title: "Calidad 4.8", description: "Reconocidos por nuestros clientes." },
|
||||
{ icon: "Users", title: "Atención superior", description: "Servicio dedicado y amable." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821332.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBento
|
||||
tag="Experiencia"
|
||||
title="Por qué elegirnos"
|
||||
description="Más que una hamburguesa, un momento para disfrutar."
|
||||
features={[
|
||||
{
|
||||
title: "Ambiente acogedor",
|
||||
description: "Espacio diseñado para tu comodidad.",
|
||||
bentoComponent: "media-stack",
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-lettuce-tomatoes-cheese_141793-530.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-soft-bread-fries-wooden-board_140725-4810.jpg?_wi=2",
|
||||
imageAlt: "burger 1",
|
||||
},
|
||||
{
|
||||
title: "Valoración alta",
|
||||
description: "882+ opiniones positivas nos avalan.",
|
||||
bentoComponent: "info-card-marquee",
|
||||
infoCards: [
|
||||
{
|
||||
icon: Star,
|
||||
label: "Rating",
|
||||
value: "4.8",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Opiniones",
|
||||
value: "882",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Ubicación",
|
||||
value: "LC",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=2",
|
||||
imageAlt: "burger 1",
|
||||
},
|
||||
{
|
||||
title: "Servicio estrella",
|
||||
description: "Personal atento y servicial.",
|
||||
bentoComponent: "chat-marquee",
|
||||
aiIcon: Flame,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "Reserva para dos",
|
||||
aiResponse: "¡Confirmado!",
|
||||
},
|
||||
{
|
||||
userMessage: "Atención espectacular",
|
||||
aiResponse: "¡Gracias!",
|
||||
},
|
||||
],
|
||||
placeholder: "...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chops-pepper-meat-corn-grill-pan_23-2148167611.jpg?_wi=2",
|
||||
imageAlt: "burger 1",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Experiencia"
|
||||
title="Por qué elegirnos"
|
||||
description="Más que una hamburguesa, un momento para disfrutar."
|
||||
features={[
|
||||
{
|
||||
title: "Ambiente acogedor", description: "Espacio diseñado para tu comodidad.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-lettuce-tomatoes-cheese_141793-530.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Valoración alta", description: "882+ opiniones positivas nos avalan.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Star", label: "Rating", value: "4.8" },
|
||||
{ icon: "Users", label: "Opiniones", value: "882" },
|
||||
{ icon: "MapPin", label: "Ubicación", value: "LC" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Servicio estrella", description: "Personal atento y servicial.", bentoComponent: "chat-marquee", aiIcon: "Flame", userIcon: "User", exchanges: [
|
||||
{ userMessage: "Reserva para dos", aiResponse: "¡Confirmado!" },
|
||||
{ userMessage: "Atención espectacular", aiResponse: "¡Gracias!" }
|
||||
],
|
||||
placeholder: "..."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Menú Destacado"
|
||||
title="Nuestras burgers"
|
||||
description="Descubre el sabor auténtico de La Birra Bar."
|
||||
items={[
|
||||
{
|
||||
title: "Clásica Birra",
|
||||
description: "La hamburguesa de siempre con nuestro toque especial.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-tasty-burgers-with-drink-onion-rings_23-2147684603.jpg",
|
||||
},
|
||||
{
|
||||
title: "Doble Bacon",
|
||||
description: "Crocante bacon y queso fundido.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-sandwiches-black-cutting-board-fries-ketchup-dark-gray-blurred-surface_179666-42627.jpg",
|
||||
},
|
||||
{
|
||||
title: "Veggie Delight",
|
||||
description: "Opción saludable y deliciosa.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg",
|
||||
},
|
||||
{
|
||||
title: "Especial de la Casa",
|
||||
description: "Una combinación única de sabores.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg",
|
||||
},
|
||||
{
|
||||
title: "Crispy Onion",
|
||||
description: "Cebolla crocante que enamora.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg",
|
||||
},
|
||||
{
|
||||
title: "Blue Cheese Burger",
|
||||
description: "Para los amantes del queso fuerte.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cut-whole-tasty-sandwiches-black-tray-dark-mix-color-surface_179666-42565.jpg",
|
||||
},
|
||||
{
|
||||
title: "Extra Queso",
|
||||
description: "Para quienes quieren más.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-sandwich-tomatoes-pepper-cutting-board-dark-color-surface_179666-34107.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Menú Destacado"
|
||||
title="Nuestras burgers"
|
||||
description="Descubre el sabor auténtico de La Birra Bar."
|
||||
items={[
|
||||
{ title: "Clásica Birra", description: "La hamburguesa de siempre con nuestro toque especial.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/two-tasty-burgers-with-drink-onion-rings_23-2147684603.jpg" },
|
||||
{ title: "Doble Bacon", description: "Crocante bacon y queso fundido.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-sandwiches-black-cutting-board-fries-ketchup-dark-gray-blurred-surface_179666-42627.jpg" },
|
||||
{ title: "Veggie Delight", description: "Opción saludable y deliciosa.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg" },
|
||||
{ title: "Especial de la Casa", description: "Una combinación única de sabores.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg" },
|
||||
{ title: "Crispy Onion", description: "Cebolla crocante que enamora.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg" },
|
||||
{ title: "Blue Cheese Burger", description: "Para los amantes del queso fuerte.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cut-whole-tasty-sandwiches-black-tray-dark-mix-color-surface_179666-42565.jpg" },
|
||||
{ title: "Extra Queso", description: "Para quienes quieren más.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-sandwich-tomatoes-pepper-cutting-board-dark-color-surface_179666-34107.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
tag="Impacto"
|
||||
title="Datos que inspiran"
|
||||
description="Cifras que confirman nuestra calidad."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.8",
|
||||
title: "Rating Promedio",
|
||||
features: [
|
||||
"Clientes satisfechos",
|
||||
"Calidad comprobada",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "882",
|
||||
title: "Opiniones reales",
|
||||
features: [
|
||||
"Feedback valioso",
|
||||
"Experiencia de cliente",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Felicidad",
|
||||
features: [
|
||||
"Ingredientes locales",
|
||||
"Pasión al cocinar",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Impacto"
|
||||
title="Datos que inspiran"
|
||||
description="Cifras que confirman nuestra calidad."
|
||||
metrics={[
|
||||
{ value: "4.8", title: "Rating Promedio", features: ["Clientes satisfechos", "Calidad comprobada"] },
|
||||
{ value: "882", title: "Opiniones reales", features: ["Feedback valioso", "Experiencia de cliente"] },
|
||||
{ value: "100%", title: "Felicidad", features: ["Ingredientes locales", "Pasión al cocinar"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
tag="Lo que dicen"
|
||||
title="Nuestros clientes"
|
||||
description="Historias reales de personas que aman nuestras burgers."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Karime Garcia",
|
||||
role: "Cliente",
|
||||
quote: "Una exquisitez como siempre, las mejores burguer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jorge Neira",
|
||||
role: "Cliente",
|
||||
quote: "Excelente servicio, comida exquisita, recién hecha.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tiare",
|
||||
role: "Cliente",
|
||||
quote: "La hamburguesa más rica que he probado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-happy-emotion_23-2148860245.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alejandra",
|
||||
role: "Cliente",
|
||||
quote: "La atención espectacular y muy amorosa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alejandro",
|
||||
role: "Cliente",
|
||||
quote: "Muy buena atención y servicial.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167721.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Lo que dicen"
|
||||
title="Nuestros clientes"
|
||||
description="Historias reales de personas que aman nuestras burgers."
|
||||
testimonials={[
|
||||
{ name: "Karime Garcia", role: "Cliente", quote: "Una exquisitez como siempre, las mejores burguer.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg" },
|
||||
{ name: "Jorge Neira", role: "Cliente", quote: "Excelente servicio, comida exquisita, recién hecha.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
|
||||
{ name: "Tiare", role: "Cliente", quote: "La hamburguesa más rica que he probado.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-happy-emotion_23-2148860245.jpg" },
|
||||
{ name: "Alejandra", role: "Cliente", quote: "La atención espectacular y muy amorosa.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg" },
|
||||
{ name: "Alejandro", role: "Cliente", quote: "Muy buena atención y servicial.", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167721.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Preguntas Frecuentes"
|
||||
title="Todo lo que necesitas saber"
|
||||
description="Resolvemos tus dudas sobre La Birra Bar."
|
||||
items={[
|
||||
{
|
||||
question: "¿Tienen opciones vegetarianas?",
|
||||
answer: "Sí, contamos con opciones deliciosas sin carne.",
|
||||
},
|
||||
{
|
||||
question: "¿Aceptan mascotas?",
|
||||
answer: "¡Claro! Somos un lugar pet-friendly.",
|
||||
},
|
||||
{
|
||||
question: "¿Cuál es su horario?",
|
||||
answer: "Abrimos todos los días, cerramos a las 12 a.m.",
|
||||
},
|
||||
{
|
||||
question: "¿Puedo reservar mesa?",
|
||||
answer: "Sí, te recomendamos reservar con antelación.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Preguntas Frecuentes"
|
||||
title="Todo lo que necesitas saber"
|
||||
description="Resolvemos tus dudas sobre La Birra Bar."
|
||||
items={[
|
||||
{ question: "¿Tienen opciones vegetarianas?", answer: "Sí, contamos con opciones deliciosas sin carne." },
|
||||
{ question: "¿Aceptan mascotas?", answer: "¡Claro! Somos un lugar pet-friendly." },
|
||||
{ question: "¿Cuál es su horario?", answer: "Abrimos todos los días, cerramos a las 12 a.m." },
|
||||
{ question: "¿Puedo reservar mesa?", answer: "Sí, te recomendamos reservar con antelación." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Reserva ahora"
|
||||
text="Ven a disfrutar la mejor experiencia burger en Rosario Norte."
|
||||
primaryButton={{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+562",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Reservar vía Web",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Reserva ahora"
|
||||
text="Ven a disfrutar la mejor experiencia burger en Rosario Norte."
|
||||
primaryButton={{ text: "Llamar ahora", href: "tel:+562" }}
|
||||
secondaryButton={{ text: "Reservar vía Web", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user