4 Commits

Author SHA1 Message Date
16c9543efa Update src/app/page.tsx 2026-03-30 21:25:00 +00:00
9280e014dc Merge version_1 into main
Merge version_1 into main
2026-03-30 20:49:25 +00:00
859f266810 Merge version_1 into main
Merge version_1 into main
2026-03-30 20:49:01 +00:00
be06efc663 Merge version_1 into main
Merge version_1 into main
2026-03-30 20:48:32 +00:00

View File

@@ -30,30 +30,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio", id: "hero"},
{
name: "Productos", id: "productos"},
{
name: "Cómo pedir", id: "proceso"},
{
name: "Contacto", id: "contacto"},
{ name: "Inicio", id: "hero" },
{ name: "Productos", id: "productos" },
{ name: "Cómo pedir", id: "proceso" },
{ name: "Contacto", id: "contacto" },
]}
brandName="Los Hermanos"
button={{
text: "Pedir Ahora", href: "#contacto"}}
text: "03493 436619", href: "tel:+543493436619"
}}
/>
</div>
<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."
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."
buttons={[
{
text: "Llamar ahora", href: "tel:+543493000000"},
{
text: "Hacer pedido", href: "#contacto"},
{ text: "Llamar ahora", href: "tel:+543493436619" },
{ text: "Hacer pedido", href: "#contacto" },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-people-holding-plate_23-2149882898.jpg"
imageAlt="Pollo asado y empanadas tradicionales"
@@ -64,16 +59,11 @@ 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", 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" },
]}
cardTitle="4.6 ⭐ Rating en Google"
cardTag="Lo que dicen nuestros vecinos"
@@ -88,12 +78,9 @@ 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."
@@ -106,12 +93,9 @@ export default function LandingPage() {
title="¿Por qué elegirnos?"
description="Nos apasiona el sabor de lo nuestro."
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: "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." },
]}
imageSrc="http://img.b2bpic.net/free-photo/cook-cuts-grilled-chicken_140725-6428.jpg"
mediaAnimation="slide-up"
@@ -124,15 +108,9 @@ 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: "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" },
]}
title="Pedir es muy simple"
description="Disfrutá en pocos pasos."
@@ -142,16 +120,13 @@ export default function LandingPage() {
<div id="contacto" data-section="contacto">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Pedidos"
title="Hacé tu pedido ahora"
description="Alta demanda los fines de semana, reservá con tiempo al 03493 000000."
description="Alta demanda los fines de semana, reservá con tiempo al 03493 436619."
buttons={[
{
text: "Llamar por Teléfono", href: "tel:+543493000000"},
{
text: "Enviar por WhatsApp", href: "https://wa.me/543493000000"},
{ text: "Llamar al 03493 436619", href: "tel:+543493436619" },
{ text: "Enviar WhatsApp", href: "https://wa.me/543493436619" },
]}
/>
</div>
@@ -159,13 +134,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Los Hermanos"
leftLink={{
text: "Sunchales, Santa Fe", href: "#"}}
rightLink={{
text: "Abiertos de 11 a 14hs", href: "#"}}
leftLink={{ text: "Sunchales, Santa Fe", href: "#" }}
rightLink={{ text: "Llamanos: 03493 436619", href: "tel:+543493436619" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}