Merge version_4 into main #5
@@ -42,32 +42,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="La experiencia más deliciosa de Xela"
|
||||
description="Waffles, pancakes y sabores únicos en un lugar diseñado para disfrutar con amigos, familia y antojos inolvidables."
|
||||
title="Luxury Brunch & Waffles en Xela"
|
||||
description="Ven a disfrutar de una experiencia moderna en el centro de Quetzaltenango. 0 Avenida 11-77. Sabores gourmet en un espacio elegante y acogedor."
|
||||
testimonials={[
|
||||
{ name: "David Pax", handle: "@davidpax", testimonial: "La comida es muy distinta a lo normal, pero deliciosa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-casual-outfit-posing-against-white-background_273609-6466.jpg?_wi=1" },
|
||||
{ name: "Marco Villegas", handle: "@marcov", testimonial: "Bonito lugar para salir fuera de la rutina.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-beard-wearing-glasses_114579-2244.jpg?_wi=1" },
|
||||
{ name: "Ian Agreda", handle: "@ianagreda", testimonial: "Muy buena atención y comida muy rica.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg" },
|
||||
{ name: "Maria Elena", handle: "@mariaelena", testimonial: "El mejor spot de brunch que he visitado, 10/10.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
|
||||
{ name: "Carlos Gomez", handle: "@carlosg", testimonial: "La calidad de los pancakes es espectacular.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-t-shirt-outdoors_23-2148810784.jpg?_wi=1" }
|
||||
{ name: "Gourmet Experience", handle: "@panquewafles", testimonial: "Pancakes de ensueño con jarabe que se derrite en cada bocado.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gourmet-pancakes-with-syrup-dripping-luxurious-brunch-cafe-setting_140725-9389.jpg" },
|
||||
{ name: "Local Favorite", handle: "@xela_foodie", testimonial: "El ambiente modern black & cream más instagrammable de la ciudad.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-black-cream-interior-design-luxurious-brunch-cafe_140725-9400.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Ver menú", href: "#menu" }, { text: "Pedir ahora", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg"
|
||||
imageAlt="gourmet pancakes honey dripping"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", alt: "Happy woman portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/studio-shot-blithesome-young-woman_197531-19782.jpg", alt: "Studio shot of blithesome young woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-close-up_23-2149093350.jpg", alt: "Smiley woman posing close up" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", alt: "Beautiful woman holding a book" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg", alt: "Happy woman with cup of coffee" }
|
||||
]}
|
||||
avatarText="Más de 500 clientes felices"
|
||||
buttons={[{ text: "Ver menú", href: "#menu" }, { text: "Reservar mesa", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-waffles-syrup-dripping-cinematic-golden-lighting_140725-141742.jpg"
|
||||
imageAlt="Gourmet waffles with syrup dripping and golden lighting"
|
||||
avatarText="Bienvenidos a nuestro espacio en 0 Avenida 11-77"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Waffles Gourmet" },
|
||||
{ type: "text", text: "Pancakes Premium" },
|
||||
{ type: "text", text: "Ambiente Relax" },
|
||||
{ type: "text", text: "Café de Especialidad" },
|
||||
{ type: "text", text: "Momentos Inolvidables" }
|
||||
{ type: "text", text: "Ambiente Moderno" },
|
||||
{ type: "text", text: "Café de Especialidad" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,12 +145,12 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Tu próximo antojo ya tiene lugar."
|
||||
description="Contáctanos para reservas, pedidos especiales o más información sobre nuestro brunch."
|
||||
description="Visítanos en 0 Avenida 11-77, Quetzaltenango. ¡Te esperamos para brindarte una experiencia increíble!"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Tu nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Tu correo", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tu mensaje o pedido", rows: 4, required: true }}
|
||||
textarea={{ name: "message", placeholder: "Tu mensaje o reserva", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -186,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user