Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 113f00d281 | |||
| 17a2b5375a | |||
| 04972909a5 | |||
| d9e23127fe |
@@ -44,11 +44,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Comida casera lista para disfrutar hoy"
|
||||
description="En Sandwichería y Rotisería Los Hermanos, preparamos empanadas, pollos y picadas con sabor a hogar. Sunchales nos elige por nuestra calidad y atención. Llámanos al 03493 436619."
|
||||
title="Sabor casero, listo para disfrutar en tu mesa"
|
||||
description="En Sandwichería y Rotisería Los Hermanos, transformamos recetas familiares en los platos favoritos de Sunchales. Calidad, tradición y atención personalizada en cada pedido. ¿Qué vas a comer hoy?"
|
||||
buttons={[
|
||||
{ text: "Llamar ahora", href: "tel:+543493436619" },
|
||||
{ text: "Hacer pedido", href: "#contacto" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/543493436619" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-people-holding-plate_23-2149882898.jpg"
|
||||
imageAlt="Pollo asado y empanadas tradicionales"
|
||||
@@ -59,14 +59,12 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Excelente atención", imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg?_wi=1" },
|
||||
{ id: "2", name: "Comida exquisita", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" },
|
||||
{ id: "3", name: "Precios accesibles", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-taking-selfie-with-phone_23-2149019196.jpg" },
|
||||
{ id: "4", name: "Sabor casero total", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
|
||||
{ id: "5", name: "Muy rápidos con el envío", imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg?_wi=2" },
|
||||
{ id: "1", name: "Delicious food and excellent service", imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg?_wi=1" },
|
||||
{ id: "2", name: "Affordable prices and a family atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" },
|
||||
{ id: "3", name: "The Sunday chicken is spectacular", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-taking-selfie-with-phone_23-2149019196.jpg" },
|
||||
]}
|
||||
cardTitle="4.6 ⭐ Rating en Google"
|
||||
cardTag="Lo que dicen nuestros vecinos"
|
||||
cardTitle="4.6 on Google"
|
||||
cardTag="Chosen by our neighbors"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,24 +76,24 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Empanadas Artesanales", price: "$ Consultar", variant: "Docena / Media", imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-cooked-ravioli-pasta-wooden-table_23-2148246784.jpg" },
|
||||
{ id: "2", name: "Pollo al Asador", price: "$ Consultar", variant: "Domingos", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-delicious-turkey_23-2148306266.jpg" },
|
||||
{ id: "3", name: "Sándwiches de Milanesa", price: "$ Consultar", variant: "Completo", imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-wooden-table_123827-27320.jpg" },
|
||||
{ id: "1", name: "Empanadas Artesanales", price: "Consultar", variant: "Docena / Media", imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-cooked-ravioli-pasta-wooden-table_23-2148246784.jpg" },
|
||||
{ id: "2", name: "Pollo al Asador", price: "Consultar", variant: "Domingos", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-delicious-turkey_23-2148306266.jpg" },
|
||||
{ id: "3", name: "Sándwiches de Milanesa", price: "Consultar", variant: "Completo", imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-wooden-table_123827-27320.jpg" },
|
||||
]}
|
||||
title="Nuestros Clásicos"
|
||||
description="Desde nuestras famosas empanadas hasta el pollo asado de los domingos, todo es elaborado artesanalmente."
|
||||
title="Nuestra Carta"
|
||||
description="Sabores auténticos preparados con dedicación. Consulta por nuestra disponibilidad diaria."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="¿Por qué elegirnos?"
|
||||
description="Nos apasiona el sabor de lo nuestro."
|
||||
title="¿Por qué somos tu primera opción?"
|
||||
description="Más de una década cocinando con amor para nuestros vecinos."
|
||||
accordionItems={[
|
||||
{ id: "a1", title: "Recetas Caseras", content: "Usamos técnicas tradicionales transmitidas de generación en generación." },
|
||||
{ id: "a2", title: "Ingredientes Frescos", content: "Seleccionamos materia prima local para garantizar la mejor calidad en cada bocado." },
|
||||
{ id: "a3", title: "Atención Familiar", content: "Te atendemos como si fueras de nuestra propia casa." },
|
||||
{ id: "a1", title: "Tradición en cada receta", content: "Respetamos los métodos de cocción de siempre, asegurando que cada plato tenga ese sabor a hogar que tanto buscas." },
|
||||
{ id: "a2", title: "Materia prima local", content: "Trabajamos con productores de la zona para ofrecerte ingredientes frescos y de la más alta calidad en todo momento." },
|
||||
{ id: "a3", title: "Atención de cercanía", content: "Nuestro equipo familiar se asegura de que cada pedido llegue puntual y tal como lo solicitaste." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-cuts-grilled-chicken_140725-6428.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -108,12 +106,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: MousePointer, title: "1. Elegí tu menú", value: "Explorá la carta" },
|
||||
{ id: "m2", icon: Phone, title: "2. Llamanos", value: "Asegurá tu pedido" },
|
||||
{ id: "m3", icon: Clock, title: "3. Recibí o Retirá", value: "Calentito en casa" },
|
||||
{ id: "m1", icon: MousePointer, title: "1. Elegí tu menú", value: "Consultá nuestra carta diaria" },
|
||||
{ id: "m2", icon: Phone, title: "2. Hacé tu pedido", value: "Por teléfono o WhatsApp" },
|
||||
{ id: "m3", icon: Clock, title: "3. Disfrutá", value: "Recibí en casa o retirá" },
|
||||
]}
|
||||
title="Pedir es muy simple"
|
||||
description="Disfrutá en pocos pasos."
|
||||
description="No te quedes sin tus favoritos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,9 +119,9 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Pedidos"
|
||||
tag="¿Tenés hambre?"
|
||||
title="Hacé tu pedido ahora"
|
||||
description="Alta demanda los fines de semana, reservá con tiempo al 03493 436619."
|
||||
description="Los fines de semana trabajamos con alta demanda. Reservá con anticipación para asegurarte tu lugar."
|
||||
buttons={[
|
||||
{ text: "Llamar al 03493 436619", href: "tel:+543493436619" },
|
||||
{ text: "Enviar WhatsApp", href: "https://wa.me/543493436619" },
|
||||
@@ -135,10 +133,10 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Los Hermanos"
|
||||
leftLink={{ text: "Sunchales, Santa Fe", href: "#" }}
|
||||
rightLink={{ text: "Llamanos: 03493 436619", href: "tel:+543493436619" }}
|
||||
rightLink={{ text: "Contactanos: 03493 436619", href: "tel:+543493436619" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user