Merge version_1_1782340636433 into main #1
@@ -12,232 +12,125 @@ 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">
|
||||
<HeroTiltedCards
|
||||
tag="El Sabor que te Encanta"
|
||||
title="Flook Burger, Una Experiencia Deliciosa"
|
||||
description="Las mejores hamburguesas artesanales de Villanueva. Ingredientes frescos y amor en cada bocado."
|
||||
primaryButton={{
|
||||
text: "Pedir Ahora",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-hamburgers-white-table_23-2148614106.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039339.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fries_23-2152021212.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="El Sabor que te Encanta"
|
||||
title="Flook Burger, Una Experiencia Deliciosa"
|
||||
description="Las mejores hamburguesas artesanales de Villanueva. Ingredientes frescos y amor en cada bocado."
|
||||
primaryButton={{
|
||||
text: "Pedir Ahora", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Ver Menú", href: "#menu"}}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-hamburgers-white-table_23-2148614106.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039339.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fries_23-2152021212.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Pasión por las Hamburguesas"
|
||||
primaryButton={{
|
||||
text: "Visítanos",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="Pasión por las Hamburguesas"
|
||||
primaryButton={{
|
||||
text: "Visítanos", href: "#contact"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Nuestro Menú"
|
||||
title="Platos Destacados"
|
||||
description="Explora nuestra selección gourmet."
|
||||
items={[
|
||||
{
|
||||
title: "Clásica Flook",
|
||||
description: "Carne premium, queso cheddar, lechuga, tomate y nuestra salsa secreta.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-salad-platter-with-butter-cheese_114579-70109.jpg",
|
||||
},
|
||||
{
|
||||
title: "Bacon Lover",
|
||||
description: "Crujiente tocino ahumado sobre carne artesanal de 150g.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-wood-table_1232-2676.jpg",
|
||||
},
|
||||
{
|
||||
title: "Veggie Especial",
|
||||
description: "Opción saludable con vegetales frescos de la granja.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rural-vegetables-healthy-nutrition-there-are-ingredients-cooking-such-as-champignons-peppers-tomatoes-onion-lettuce-leaves-cucumber-zucchini-black-background-with-cop_639032-1333.jpg",
|
||||
},
|
||||
{
|
||||
title: "Doble Queso",
|
||||
description: "Doble carne, doble queso, pura intensidad en cada mordisco.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-home-made-burger_23-2148374929.jpg",
|
||||
},
|
||||
{
|
||||
title: "Flook Crunch",
|
||||
description: "Con aros de cebolla crujientes y un toque picante.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-basket-with-ketchup-board_141793-4001.jpg",
|
||||
},
|
||||
{
|
||||
title: "Combo Familiar",
|
||||
description: "4 hamburguesas, papas grandes y bebidas ilimitadas.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-cucumber-with-tomato-green-salad-garlic-blue-background-meal-salad-health-ripe-food-diet-color_140725-98230.jpg",
|
||||
},
|
||||
{
|
||||
title: "Postre de Autor",
|
||||
description: "El cierre perfecto para tu comida.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-eating-burger-sunset_1140-70.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Nuestro Menú"
|
||||
title="Platos Destacados"
|
||||
description="Explora nuestra selección gourmet."
|
||||
items={[
|
||||
{ title: "Clásica Flook", description: "Carne premium, queso cheddar, lechuga, tomate y nuestra salsa secreta.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/green-salad-platter-with-butter-cheese_114579-70109.jpg" },
|
||||
{ title: "Bacon Lover", description: "Crujiente tocino ahumado sobre carne artesanal de 150g.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-wood-table_1232-2676.jpg" },
|
||||
{ title: "Veggie Especial", description: "Opción saludable con vegetales frescos de la granja.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rural-vegetables-healthy-nutrition-there-are-ingredients-cooking-such-as-champignons-peppers-tomatoes-onion-lettuce-leaves-cucumber-zucchini-black-background-with-cop_639032-1333.jpg" },
|
||||
{ title: "Doble Queso", description: "Doble carne, doble queso, pura intensidad en cada mordisco.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-home-made-burger_23-2148374929.jpg" },
|
||||
{ title: "Flook Crunch", description: "Con aros de cebolla crujientes y un toque picante.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-basket-with-ketchup-board_141793-4001.jpg" },
|
||||
{ title: "Combo Familiar", description: "4 hamburguesas, papas grandes y bebidas ilimitadas.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-cucumber-with-tomato-green-salad-garlic-blue-background-meal-salad-health-ripe-food-diet-color_140725-98230.jpg" },
|
||||
{ title: "Postre de Autor", description: "El cierre perfecto para tu comida.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/teenager-eating-burger-sunset_1140-70.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Resultados"
|
||||
title="Nuestros Números"
|
||||
description="Lo que nos hace grandes."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Calificación",
|
||||
value: "5.0",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Clientes Felices",
|
||||
value: "100+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Años de Experiencia",
|
||||
value: "2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Resultados"
|
||||
title="Nuestros Números"
|
||||
description="Lo que nos hace grandes."
|
||||
metrics={[
|
||||
{ icon: "Star", title: "Calificación", value: "5.0" },
|
||||
{ icon: "Users", title: "Clientes Felices", value: "100+" },
|
||||
{ icon: "Award", title: "Años de Experiencia", value: "2" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
tag="Opiniones"
|
||||
title="Lo que dicen nuestros clientes"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Lina Caro Cordero",
|
||||
role: "Cliente",
|
||||
quote: "Una excelente experiencia, todo muy delicioso y 100% recomendable!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maria Silenis",
|
||||
role: "Cliente",
|
||||
quote: "Simplemente las mejores hamburguesas que he probado en mucho tiempo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-delivery-bowl-light-pink-wall-work-service-uniform-delivery_140725-41760.jpg",
|
||||
},
|
||||
{
|
||||
name: "Juan Perez",
|
||||
role: "Cliente",
|
||||
quote: "El servicio es increíble y la comida siempre llega caliente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ana Gomez",
|
||||
role: "Cliente",
|
||||
quote: "Me encanta que admiten perros, es el mejor ambiente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-woman-with-short-hair-apron-hat-holding-mini-rake-going-bite-it-with-aggressive-expression-standing-light-background_141793-45326.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carlos Ruiz",
|
||||
role: "Cliente",
|
||||
quote: "Volveré pronto, la relación calidad-precio es insuperable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Opiniones"
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Nuestros clientes nos avalan."
|
||||
testimonials={[
|
||||
{ name: "Lina Caro Cordero", role: "Cliente", quote: "Una excelente experiencia, todo muy delicioso y 100% recomendable!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg" },
|
||||
{ name: "Maria Silenis", role: "Cliente", quote: "Simplemente las mejores hamburguesas que he probado en mucho tiempo.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-delivery-bowl-light-pink-wall-work-service-uniform-delivery_140725-41760.jpg" },
|
||||
{ name: "Juan Perez", role: "Cliente", quote: "El servicio es increíble y la comida siempre llega caliente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
|
||||
{ name: "Ana Gomez", role: "Cliente", quote: "Me encanta que admiten perros, es el mejor ambiente.", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-woman-with-short-hair-apron-hat-holding-mini-rake-going-bite-it-with-aggressive-expression-standing-light-background_141793-45326.jpg" },
|
||||
{ name: "Carlos Ruiz", role: "Cliente", quote: "Volveré pronto, la relación calidad-precio es insuperable.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Nos recomiendan"
|
||||
title="Certificados por Calidad"
|
||||
names={[
|
||||
"Flook Burger Premium",
|
||||
"La Guajira Gourmet",
|
||||
"Villanueva Food Critics",
|
||||
"Burger Lovers Weekly",
|
||||
"Local Taste Awards",
|
||||
"Restaurantes Recomendados",
|
||||
"Top Gastronomy Selection",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Nos recomiendan"
|
||||
title="Certificados por Calidad"
|
||||
description="Reconocimientos que nos motivan."
|
||||
names={[
|
||||
"Flook Burger Premium", "La Guajira Gourmet", "Villanueva Food Critics", "Burger Lovers Weekly", "Local Taste Awards", "Restaurantes Recomendados", "Top Gastronomy Selection"]}
|
||||
/>
|
||||
</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="Resolvemos tus dudas"
|
||||
items={[
|
||||
{
|
||||
question: "¿Son pet friendly?",
|
||||
answer: "Sí, recibimos a tu mascota con mucho gusto.",
|
||||
},
|
||||
{
|
||||
question: "¿Tienen servicio a domicilio?",
|
||||
answer: "Estamos trabajando en ello, síguenos para noticias.",
|
||||
},
|
||||
{
|
||||
question: "¿Cuáles son sus horarios?",
|
||||
answer: "Abrimos desde las 5:30 p.m. de jueves a domingo.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Preguntas frecuentes"
|
||||
title="Resolvemos tus dudas"
|
||||
description="Aquí tienes la información que necesitas."
|
||||
items={[
|
||||
{ question: "¿Son pet friendly?", answer: "Sí, recibimos a tu mascota con mucho gusto." },
|
||||
{ question: "¿Tienen servicio a domicilio?", answer: "Estamos trabajando en ello, síguenos para noticias." },
|
||||
{ question: "¿Cuáles son sus horarios?", answer: "Abrimos desde las 5:30 p.m. de jueves a domingo." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Contacto"
|
||||
text="Ven a visitarnos a Cl. 11 #7-97, Villanueva, La Guajira o llámanos al 310 7852099"
|
||||
primaryButton={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:3107852099",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Ver Ubicación",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Contacto"
|
||||
text="Ven a visitarnos a Cl. 11 #7-97, Villanueva, La Guajira o llámanos al 310 7852099"
|
||||
primaryButton={{ text: "Llamar Ahora", href: "tel:3107852099" }}
|
||||
secondaryButton={{ text: "Ver Ubicación", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user