Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04972909a5 | |||
| d9e23127fe | |||
| 16c9543efa | |||
| 9280e014dc | |||
| 859f266810 | |||
| be06efc663 |
101
src/app/page.tsx
101
src/app/page.tsx
@@ -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."
|
||||
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:+543493000000"},
|
||||
{
|
||||
text: "Hacer pedido", href: "#contacto"},
|
||||
{ text: "Llamar ahora", href: "tel:+543493436619" },
|
||||
{ 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"
|
||||
@@ -64,19 +59,14 @@ 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"
|
||||
cardTag="Elegidos por la comunidad"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -88,30 +78,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"
|
||||
@@ -124,34 +108,25 @@ 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>
|
||||
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Pedidos"
|
||||
background={{ variant: "plain" }}
|
||||
tag="¿Tenés hambre?"
|
||||
title="Hacé tu pedido ahora"
|
||||
description="Alta demanda los fines de semana, reservá con tiempo al 03493 000000."
|
||||
description="Los fines de semana trabajamos con alta demanda. Reservá con anticipación para asegurarte tu lugar."
|
||||
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,10 +134,8 @@ 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: "Contactanos: 03493 436619", href: "tel:+543493436619" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user