Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdd4ef16e1 | |||
| 0d85227c53 | |||
| f8a9b13294 | |||
| 91e8573f92 | |||
| 22edc13940 | |||
| d1234b1484 | |||
| 98fd099632 | |||
| 113f00d281 | |||
| 17a2b5375a | |||
| 04972909a5 | |||
| d9e23127fe |
@@ -44,14 +44,14 @@ 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="Comida casera en Sunchales, lista para hoy"
|
||||
description="Empanadas, pollo al asador y sándwiches recién hechos. Pedí fácil por WhatsApp o llámanos"
|
||||
buttons={[
|
||||
{ text: "Llamar ahora", href: "tel:+543493436619" },
|
||||
{ text: "Hacer pedido", href: "#contacto" },
|
||||
{ text: "Pedir por 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"
|
||||
imageAlt="Platos caseros listos para disfrutar"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "Excelente atención y sabor", imageSrc: "http://img.b2bpic.net/free-photo/merchant-giving-package-courier_482257-90451.jpg?_wi=1" },
|
||||
{ id: "2", name: "La mejor rotisería de la zona", 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: "Pollo de domingo espectacular", 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="Valorados por los vecinos"
|
||||
cardTag="Opiniones reales"
|
||||
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 Caseras", 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: "Solo 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="Nuestro Menú"
|
||||
description="Sabores tradicionales preparados cada día con ingredientes seleccionados. ¡Elegí tu favorito y pedilo ahora!"
|
||||
/>
|
||||
</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é elegirnos? "
|
||||
description="Comida casera, rápida y a buen precio."
|
||||
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: "Recetas caseras", content: "Comida hecha como en casa, con sabor real." },
|
||||
{ id: "a2", title: "Ingredientes frescos", content: "Preparamos todo en el día." },
|
||||
{ id: "a3", title: "Atención rápida", content: "Pedís y te respondemos sin vueltas " },
|
||||
]}
|
||||
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 comida", value: "Elegí tu comida" },
|
||||
{ id: "m2", icon: Phone, title: "2. Escribinos y llamados", value: "WhatsApp o teléfono directo" },
|
||||
{ id: "m3", icon: Clock, title: "3. Retira o recibe en tu casa ", value: "Retirá o recibilo rápido" },
|
||||
]}
|
||||
title="Pedir es muy simple"
|
||||
description="Disfrutá en pocos pasos."
|
||||
description="En menos de 1 minuto ya estas haciendo tu pedido"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,12 +119,12 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Pedidos"
|
||||
title="Hacé tu pedido ahora"
|
||||
description="Alta demanda los fines de semana, reservá con tiempo al 03493 436619."
|
||||
tag="¡Pedí lo tuyo!"
|
||||
title="Hace tu pedido ahora"
|
||||
description="Alta demanda los fines de semanas. Pedí con tiempo y evitá espera"
|
||||
buttons={[
|
||||
{ text: "Llamar al 03493 436619", href: "tel:+543493436619" },
|
||||
{ text: "Enviar WhatsApp", href: "https://wa.me/543493436619" },
|
||||
{ text: "Pedír por WhatsApp", href: "https://wa.me/543493436619" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "Pedí por WhatsApp", href: "https://wa.me/543493436619" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user