Merge version_3 into main #2

Merged
bender merged 5 commits from version_3 into main 2026-03-08 23:11:46 +00:00
5 changed files with 169 additions and 520 deletions

View File

@@ -28,11 +28,11 @@ export default function ContactoPage() {
<NavbarStyleCentered
brandName="El Ferroviario"
navItems={[
{ name: "Inicio", id: "home" },
{ name: "Menú", id: "menu" },
{ name: "Nosotros", id: "about" },
{ name: "Ubicación", id: "location" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Inicio", id: "/" },
{ name: "Menú", id: "/menu" },
{ name: "Nosotros", id: "/nosotros" },
{ name: "Ubicación", id: "#location" },
{ name: "Opiniones", id: "#testimonials" },
]}
button={{ text: "Llamar Ahora", href: "tel:+5491123456789" }}
/>
@@ -58,35 +58,20 @@ export default function ContactoPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "¿Puedo hacer reserva sin llamar?",
content:
"Sí, puedes usar nuestro formulario de reservas en línea. También aceptamos reservas por WhatsApp y teléfono. Te recomendamos reservar con anticipación, especialmente para fines de semana.",
},
id: "1", title: "¿Puedo hacer reserva sin llamar?", content:
"Sí, puedes usar nuestro formulario de reservas en línea. También aceptamos reservas por WhatsApp y teléfono. Te recomendamos reservar con anticipación, especialmente para fines de semana."},
{
id: "2",
title: "¿Aceptan grupos grandes?",
content:
"¡Claro! Somos el lugar perfecto para grupos, celebraciones y eventos corporativos. Para grupos de más de 15 personas, te recomendamos contactarnos directamente para coordinar el menú y detalles especiales.",
},
id: "2", title: "¿Aceptan grupos grandes?", content:
"¡Claro! Somos el lugar perfecto para grupos, celebraciones y eventos corporativos. Para grupos de más de 15 personas, te recomendamos contactarnos directamente para coordinar el menú y detalles especiales."},
{
id: "3",
title: "¿Cuál es el horario de atención?",
content:
"Abrimos de martes a jueves de 12:00 a 23:00, viernes y sábados de 12:00 a 00:00, y domingos de 12:00 a 22:00. Cerrado los lunes.",
},
id: "3", title: "¿Cuál es el horario de atención?", content:
"Abrimos de martes a jueves de 12:00 a 23:00, viernes y sábados de 12:00 a 00:00, y domingos de 12:00 a 22:00. Cerrado los lunes."},
{
id: "4",
title: "¿Ofrecen opciones vegetarianas?",
content:
"Sí, tenemos excelentes opciones vegetarianas y pastas caseras. Consulta nuestro menú completo o comunícate con nosotros para conocer todas las alternativas disponibles.",
},
id: "4", title: "¿Ofrecen opciones vegetarianas?", content:
"Sí, tenemos excelentes opciones vegetarianas y pastas caseras. Consulta nuestro menú completo o comunícate con nosotros para conocer todas las alternativas disponibles."},
{
id: "5",
title: "¿Cuál es el presupuesto promedio?",
content:
"El presupuesto promedio por persona es entre $350 y $500 ARS, dependiendo del plato elegido y las bebidas. Ofrecemos opciones desde $250 hasta $800+ para los platos premium.",
},
id: "5", title: "¿Cuál es el presupuesto promedio?", content:
"El presupuesto promedio por persona es entre $350 y $500 ARS, dependiendo del plato elegido y las bebidas. Ofrecemos opciones desde $250 hasta $800+ para los platos premium."},
]}
sideTitle="Preguntas Frecuentes"
sideDescription="Todo lo que necesitas saber sobre El Ferroviario Parrilla"
@@ -105,65 +90,29 @@ export default function ContactoPage() {
tag="Testimonios Reales"
testimonials={[
{
id: "1",
name: "María González",
role: "Cliente Local",
company: "Buenos Aires",
rating: 5,
id: "1", name: "María González", role: "Cliente Local", company: "Buenos Aires", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=3",
imageAlt: "María González",
},
"http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=3", imageAlt: "María González"},
{
id: "2",
name: "Carlos Rodríguez",
role: "Chef Profesional",
company: "Influencer Gastronómico",
rating: 5,
id: "2", name: "Carlos Rodríguez", role: "Chef Profesional", company: "Influencer Gastronómico", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg?_wi=3",
imageAlt: "Carlos Rodríguez",
},
"http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg?_wi=3", imageAlt: "Carlos Rodríguez"},
{
id: "3",
name: "Ana Martínez",
role: "Editora de Viajes",
company: "Revista Local",
rating: 5,
id: "3", name: "Ana Martínez", role: "Editora de Viajes", company: "Revista Local", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=3",
imageAlt: "Ana Martínez",
},
"http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=3", imageAlt: "Ana Martínez"},
{
id: "4",
name: "Roberto Fernández",
role: "Empresario",
company: "Buenos Aires",
rating: 5,
id: "4", name: "Roberto Fernández", role: "Empresario", company: "Buenos Aires", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=3",
imageAlt: "Roberto Fernández",
},
"http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=3", imageAlt: "Roberto Fernández"},
{
id: "5",
name: "Lucía Pérez",
role: "Turista",
company: "Visitante",
rating: 5,
id: "5", name: "Lucía Pérez", role: "Turista", company: "Visitante", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-woman-posing-with-headphones-around-neck-smiling-laughing-stand_1258-122427.jpg?_wi=3",
imageAlt: "Lucía Pérez",
},
"http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-woman-posing-with-headphones-around-neck-smiling-laughing-stand_1258-122427.jpg?_wi=3", imageAlt: "Lucía Pérez"},
{
id: "6",
name: "Diego López",
role: "Crítico Gastronómico",
company: "Buenos Aires",
rating: 5,
id: "6", name: "Diego López", role: "Crítico Gastronómico", company: "Buenos Aires", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg?_wi=3",
imageAlt: "Diego López",
},
"http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg?_wi=3", imageAlt: "Diego López"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -177,54 +126,33 @@ export default function ContactoPage() {
<FooterBaseReveal
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Llamar: +54 11 2345-6789",
href: "tel:+5491123456789",
},
label: "Llamar: +54 11 2345-6789", href: "tel:+5491123456789"},
{
label: "WhatsApp",
href: "https://wa.me/5491123456789",
},
label: "WhatsApp", href: "https://wa.me/5491123456789"},
{
label: "Email: info@elferroviario.com.ar",
href: "mailto:info@elferroviario.com.ar",
},
label: "Email: info@elferroviario.com.ar", href: "mailto:info@elferroviario.com.ar"},
],
},
{
title: "Ubicación",
items: [
title: "Ubicación", items: [
{
label: "Av. Reservistas Argentinos 219",
href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires",
},
label: "Av. Reservistas Argentinos 219", href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires"},
{
label: "Almagro, Buenos Aires",
href: "https://maps.google.com/?q=Almagro+Buenos+Aires",
},
label: "Almagro, Buenos Aires", href: "https://maps.google.com/?q=Almagro+Buenos+Aires"},
{
label: "Ver en Google Maps",
href: "https://maps.google.com",
},
label: "Ver en Google Maps", href: "https://maps.google.com"},
],
},
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Mar-Jue: 12:00 - 23:00",
href: "#",
},
label: "Mar-Jue: 12:00 - 23:00", href: "#"},
{
label: "Vie-Sab: 12:00 - 00:00",
href: "#",
},
label: "Vie-Sab: 12:00 - 00:00", href: "#"},
{
label: "Domingo: 12:00 - 22:00",
href: "#",
},
label: "Domingo: 12:00 - 22:00", href: "#"},
],
},
]}

View File

@@ -13,15 +13,13 @@ export default function MenuPage() {
const navItems = [
{ name: "Inicio", id: "/" },
{ name: "Menú", id: "/menu" },
{ name: "Nosotros", id: "about" },
{ name: "Ubicación", id: "location" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Nosotros", id: "/nosotros" },
{ name: "Ubicación", id: "#location" },
{ name: "Opiniones", id: "#testimonials" },
];
const navButtons = {
text: "Llamar Ahora",
href: "tel:+5491123456789",
};
text: "Llamar Ahora", href: "tel:+5491123456789"};
return (
<ThemeProvider
@@ -56,13 +54,9 @@ export default function MenuPage() {
showDimOverlay={true}
buttons={[
{
text: "Llamar para Detalles",
href: "tel:+5491123456789",
},
text: "Llamar para Detalles", href: "tel:+5491123456789"},
{
text: "Reservar Mesa",
href: "#reservations",
},
text: "Reservar Mesa", href: "/reservas"},
]}
/>
</div>
@@ -74,33 +68,13 @@ export default function MenuPage() {
tag="Especialidades"
products={[
{
id: "asado-premium",
name: "Asado Premium",
price: "Desde $450",
imageSrc: "http://img.b2bpic.net/free-photo/steak-tray-with-pepper-roasted-tomatoes_140725-3952.jpg?_wi=2",
imageAlt: "Asado premium parrilla argentina",
},
id: "asado-premium", name: "Asado Premium", price: "Desde $450", imageSrc: "http://img.b2bpic.net/free-photo/steak-tray-with-pepper-roasted-tomatoes_140725-3952.jpg?_wi=2", imageAlt: "Asado premium parrilla argentina"},
{
id: "cordero-patagonico",
name: "Cordero Patagónico",
price: "Desde $380",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-piece-slices-bone-with-seasalt-spinkles-wood-board_140725-476.jpg?_wi=2",
imageAlt: "Cordero patagónico grillado",
},
id: "cordero-patagonico", name: "Cordero Patagónico", price: "Desde $380", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-piece-slices-bone-with-seasalt-spinkles-wood-board_140725-476.jpg?_wi=2", imageAlt: "Cordero patagónico grillado"},
{
id: "empanadas-caseras",
name: "Empanadas Caseras",
price: "6 piezas $120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79562.jpg?_wi=2",
imageAlt: "Empanadas tradicionales argentinas",
},
id: "empanadas-caseras", name: "Empanadas Caseras", price: "6 piezas $120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79562.jpg?_wi=2", imageAlt: "Empanadas tradicionales argentinas"},
{
id: "postres",
name: "Volcán de Chocolate",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-cinnamon-sticks_23-2148485399.jpg?_wi=2",
imageAlt: "Volcán de chocolate postre",
},
id: "postres", name: "Volcán de Chocolate", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-cinnamon-sticks_23-2148485399.jpg?_wi=2", imageAlt: "Volcán de chocolate postre"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -116,8 +90,7 @@ export default function MenuPage() {
title="Contáctanos para Consultas del Menú"
description="¿Tienes preguntas sobre nuestros platos? ¿Necesitas opciones especiales o tienes alergias? Nuestro equipo está disponible para ayudarte."
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Tu correo electrónico"
buttonText="Enviar Consulta"
@@ -129,54 +102,33 @@ export default function MenuPage() {
<FooterBaseReveal
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Llamar: +54 11 2345-6789",
href: "tel:+5491123456789",
},
label: "Llamar: +54 11 2345-6789", href: "tel:+5491123456789"},
{
label: "WhatsApp",
href: "https://wa.me/5491123456789",
},
label: "WhatsApp", href: "https://wa.me/5491123456789"},
{
label: "Email: info@elferroviario.com.ar",
href: "mailto:info@elferroviario.com.ar",
},
label: "Email: info@elferroviario.com.ar", href: "mailto:info@elferroviario.com.ar"},
],
},
{
title: "Ubicación",
items: [
title: "Ubicación", items: [
{
label: "Av. Reservistas Argentinos 219",
href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires",
},
label: "Av. Reservistas Argentinos 219", href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires"},
{
label: "Almagro, Buenos Aires",
href: "https://maps.google.com/?q=Almagro+Buenos+Aires",
},
label: "Almagro, Buenos Aires", href: "https://maps.google.com/?q=Almagro+Buenos+Aires"},
{
label: "Ver en Google Maps",
href: "https://maps.google.com",
},
label: "Ver en Google Maps", href: "https://maps.google.com"},
],
},
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Mar-Jue: 12:00 - 23:00",
href: "#",
},
label: "Mar-Jue: 12:00 - 23:00", href: "#"},
{
label: "Vie-Sab: 12:00 - 00:00",
href: "#",
},
label: "Vie-Sab: 12:00 - 00:00", href: "#"},
{
label: "Domingo: 12:00 - 22:00",
href: "#",
},
label: "Domingo: 12:00 - 22:00", href: "#"},
],
},
]}

View File

@@ -11,11 +11,11 @@ import Link from "next/link";
export default function AboutPage() {
const navItems = [
{ name: "Inicio", id: "home" },
{ name: "Menú", id: "menu" },
{ name: "Nosotros", id: "about" },
{ name: "Ubicación", id: "location" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Inicio", id: "/" },
{ name: "Menú", id: "/menu" },
{ name: "Nosotros", id: "/nosotros" },
{ name: "Ubicación", id: "#location" },
{ name: "Opiniones", id: "#testimonials" },
];
const handleNavClick = (id: string) => {
@@ -43,9 +43,7 @@ export default function AboutPage() {
brandName="El Ferroviario"
navItems={navItems}
button={{
text: "Llamar Ahora",
href: "tel:+5491123456789",
}}
text: "Llamar Ahora", href: "tel:+5491123456789"}}
/>
</div>
@@ -71,33 +69,13 @@ export default function AboutPage() {
tag="Favoritos"
products={[
{
id: "asado",
name: "Asado Premium",
price: "Desde $450",
imageSrc: "http://img.b2bpic.net/free-photo/steak-tray-with-pepper-roasted-tomatoes_140725-3952.jpg?_wi=3",
imageAlt: "Asado premium parrilla argentina",
},
id: "asado", name: "Asado Premium", price: "Desde $450", imageSrc: "http://img.b2bpic.net/free-photo/steak-tray-with-pepper-roasted-tomatoes_140725-3952.jpg?_wi=3", imageAlt: "Asado premium parrilla argentina"},
{
id: "cordero",
name: "Cordero Patagónico",
price: "Desde $380",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-piece-slices-bone-with-seasalt-spinkles-wood-board_140725-476.jpg?_wi=3",
imageAlt: "Cordero patagónico grillado",
},
id: "cordero", name: "Cordero Patagónico", price: "Desde $380", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-piece-slices-bone-with-seasalt-spinkles-wood-board_140725-476.jpg?_wi=3", imageAlt: "Cordero patagónico grillado"},
{
id: "empanadas",
name: "Empanadas Caseras",
price: "6 piezas $120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79562.jpg?_wi=3",
imageAlt: "Empanadas tradicionales argentinas",
},
id: "empanadas", name: "Empanadas Caseras", price: "6 piezas $120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79562.jpg?_wi=3", imageAlt: "Empanadas tradicionales argentinas"},
{
id: "dessert",
name: "Volcán de Chocolate",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-cinnamon-sticks_23-2148485399.jpg?_wi=3",
imageAlt: "Volcán de chocolate postre",
},
id: "dessert", name: "Volcán de Chocolate", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-cinnamon-sticks_23-2148485399.jpg?_wi=3", imageAlt: "Volcán de chocolate postre"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -113,59 +91,23 @@ export default function AboutPage() {
tag="Testimonios Reales"
testimonials={[
{
id: "1",
name: "María González",
role: "Cliente Local",
company: "Buenos Aires",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2",
imageAlt: "María González",
},
id: "1", name: "María González", role: "Cliente Local", company: "Buenos Aires", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2", imageAlt: "María González"},
{
id: "2",
name: "Carlos Rodríguez",
role: "Chef Profesional",
company: "Influencer Gastronómico",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg?_wi=2",
imageAlt: "Carlos Rodríguez",
},
id: "2", name: "Carlos Rodríguez", role: "Chef Profesional", company: "Influencer Gastronómico", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg?_wi=2", imageAlt: "Carlos Rodríguez"},
{
id: "3",
name: "Ana Martínez",
role: "Editora de Viajes",
company: "Revista Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2",
imageAlt: "Ana Martínez",
},
id: "3", name: "Ana Martínez", role: "Editora de Viajes", company: "Revista Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Ana Martínez"},
{
id: "4",
name: "Roberto Fernández",
role: "Empresario",
company: "Buenos Aires",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=2",
imageAlt: "Roberto Fernández",
},
id: "4", name: "Roberto Fernández", role: "Empresario", company: "Buenos Aires", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=2", imageAlt: "Roberto Fernández"},
{
id: "5",
name: "Lucía Pérez",
role: "Turista",
company: "Visitante",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-woman-posing-with-headphones-around-neck-smiling-laughing-stand_1258-122427.jpg?_wi=2",
imageAlt: "Lucía Pérez",
},
id: "5", name: "Lucía Pérez", role: "Turista", company: "Visitante", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-woman-posing-with-headphones-around-neck-smiling-laughing-stand_1258-122427.jpg?_wi=2", imageAlt: "Lucía Pérez"},
{
id: "6",
name: "Diego López",
role: "Crítico Gastronómico",
company: "Buenos Aires",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg?_wi=2",
imageAlt: "Diego López",
},
id: "6", name: "Diego López", role: "Crítico Gastronómico", company: "Buenos Aires", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg?_wi=2", imageAlt: "Diego López"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -178,54 +120,33 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Llamar: +54 11 2345-6789",
href: "tel:+5491123456789",
},
label: "Llamar: +54 11 2345-6789", href: "tel:+5491123456789"},
{
label: "WhatsApp",
href: "https://wa.me/5491123456789",
},
label: "WhatsApp", href: "https://wa.me/5491123456789"},
{
label: "Email: info@elferroviario.com.ar",
href: "mailto:info@elferroviario.com.ar",
},
label: "Email: info@elferroviario.com.ar", href: "mailto:info@elferroviario.com.ar"},
],
},
{
title: "Ubicación",
items: [
title: "Ubicación", items: [
{
label: "Av. Reservistas Argentinos 219",
href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires",
},
label: "Av. Reservistas Argentinos 219", href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires"},
{
label: "Almagro, Buenos Aires",
href: "https://maps.google.com/?q=Almagro+Buenos+Aires",
},
label: "Almagro, Buenos Aires", href: "https://maps.google.com/?q=Almagro+Buenos+Aires"},
{
label: "Ver en Google Maps",
href: "https://maps.google.com",
},
label: "Ver en Google Maps", href: "https://maps.google.com"},
],
},
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Mar-Jue: 12:00 - 23:00",
href: "#",
},
label: "Mar-Jue: 12:00 - 23:00", href: "#"},
{
label: "Vie-Sab: 12:00 - 00:00",
href: "#",
},
label: "Vie-Sab: 12:00 - 00:00", href: "#"},
{
label: "Domingo: 12:00 - 22:00",
href: "#",
},
label: "Domingo: 12:00 - 22:00", href: "#"},
],
},
]}

View File

@@ -15,17 +15,15 @@ import { Flame, Heart, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Inicio", id: "home" },
{ name: "Menú", id: "menu" },
{ name: "Nosotros", id: "about" },
{ name: "Ubicación", id: "location" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Inicio", id: "/" },
{ name: "Menú", id: "/menu" },
{ name: "Nosotros", id: "/nosotros" },
{ name: "Ubicación", id: "#location" },
{ name: "Opiniones", id: "#testimonials" },
];
const navButtons = {
text: "Llamar Ahora",
href: "tel:+5491123456789",
};
text: "Llamar Ahora", href: "tel:+5491123456789"};
return (
<ThemeProvider
@@ -60,13 +58,9 @@ export default function HomePage() {
showDimOverlay={true}
buttons={[
{
text: "Llamar Ahora",
href: "tel:+5491123456789",
},
text: "Llamar Ahora", href: "tel:+5491123456789"},
{
text: "Reservar Mesa",
href: "#reservations",
},
text: "Reservar Mesa", href: "/reservas"},
]}
/>
</div>
@@ -76,14 +70,7 @@ export default function HomePage() {
title="Confiado por Miles de Porteños"
description="Somos el destino favorito para cenas en familia, celebraciones y encuentros entre amigos. Nuestros clientes nos eligen por la calidad, las porciones y la calidez."
names={[
"Google Reviews",
"TripAdvisor",
"Local Favorite",
"Award Winner",
"Family Choice",
"Best Parrilla",
"Buenos Aires Icon",
]}
"Google Reviews", "TripAdvisor", "Local Favorite", "Award Winner", "Family Choice", "Best Parrilla", "Buenos Aires Icon"]}
tag="Testimonios"
textboxLayout="default"
useInvertedBackground={false}
@@ -99,33 +86,13 @@ export default function HomePage() {
tag="Favoritos"
products={[
{
id: "asado",
name: "Asado Premium",
price: "Desde $450",
imageSrc: "http://img.b2bpic.net/free-photo/steak-tray-with-pepper-roasted-tomatoes_140725-3952.jpg?_wi=1",
imageAlt: "Asado premium parrilla argentina",
},
id: "asado", name: "Asado Premium", price: "Desde $450", imageSrc: "http://img.b2bpic.net/free-photo/steak-tray-with-pepper-roasted-tomatoes_140725-3952.jpg?_wi=1", imageAlt: "Asado premium parrilla argentina"},
{
id: "cordero",
name: "Cordero Patagónico",
price: "Desde $380",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-piece-slices-bone-with-seasalt-spinkles-wood-board_140725-476.jpg?_wi=1",
imageAlt: "Cordero patagónico grillado",
},
id: "cordero", name: "Cordero Patagónico", price: "Desde $380", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-piece-slices-bone-with-seasalt-spinkles-wood-board_140725-476.jpg?_wi=1", imageAlt: "Cordero patagónico grillado"},
{
id: "empanadas",
name: "Empanadas Caseras",
price: "6 piezas $120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79562.jpg?_wi=1",
imageAlt: "Empanadas tradicionales argentinas",
},
id: "empanadas", name: "Empanadas Caseras", price: "6 piezas $120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79562.jpg?_wi=1", imageAlt: "Empanadas tradicionales argentinas"},
{
id: "dessert",
name: "Volcán de Chocolate",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-cinnamon-sticks_23-2148485399.jpg?_wi=1",
imageAlt: "Volcán de chocolate postre",
},
id: "dessert", name: "Volcán de Chocolate", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-cinnamon-sticks_23-2148485399.jpg?_wi=1", imageAlt: "Volcán de chocolate postre"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -155,35 +122,20 @@ export default function HomePage() {
sideDescription="Todo lo que necesitas saber sobre El Ferroviario Parrilla"
faqs={[
{
id: "1",
title: "¿Puedo hacer reserva sin llamar?",
content:
"Sí, puedes usar nuestro formulario de reservas en línea. También aceptamos reservas por WhatsApp y teléfono. Te recomendamos reservar con anticipación, especialmente para fines de semana.",
},
id: "1", title: "¿Puedo hacer reserva sin llamar?", content:
"Sí, puedes usar nuestro formulario de reservas en línea. También aceptamos reservas por WhatsApp y teléfono. Te recomendamos reservar con anticipación, especialmente para fines de semana."},
{
id: "2",
title: "¿Aceptan grupos grandes?",
content:
"¡Claro! Somos el lugar perfecto para grupos, celebraciones y eventos corporativos. Para grupos de más de 15 personas, te recomendamos contactarnos directamente para coordinar el menú y detalles especiales.",
},
id: "2", title: "¿Aceptan grupos grandes?", content:
"¡Claro! Somos el lugar perfecto para grupos, celebraciones y eventos corporativos. Para grupos de más de 15 personas, te recomendamos contactarnos directamente para coordinar el menú y detalles especiales."},
{
id: "3",
title: "¿Cuál es el horario de atención?",
content:
"Abrimos de martes a jueves de 12:00 a 23:00, viernes y sábados de 12:00 a 00:00, y domingos de 12:00 a 22:00. Cerrado los lunes.",
},
id: "3", title: "¿Cuál es el horario de atención?", content:
"Abrimos de martes a jueves de 12:00 a 23:00, viernes y sábados de 12:00 a 00:00, y domingos de 12:00 a 22:00. Cerrado los lunes."},
{
id: "4",
title: "¿Ofrecen opciones vegetarianas?",
content:
"Sí, tenemos excelentes opciones vegetarianas y pastas caseras. Consulta nuestro menú completo o comunícate con nosotros para conocer todas las alternativas disponibles.",
},
id: "4", title: "¿Ofrecen opciones vegetarianas?", content:
"Sí, tenemos excelentes opciones vegetarianas y pastas caseras. Consulta nuestro menú completo o comunícate con nosotros para conocer todas las alternativas disponibles."},
{
id: "5",
title: "¿Cuál es el presupuesto promedio?",
content:
"El presupuesto promedio por persona es entre $350 y $500 ARS, dependiendo del plato elegido y las bebidas. Ofrecemos opciones desde $250 hasta $800+ para los platos premium.",
},
id: "5", title: "¿Cuál es el presupuesto promedio?", content:
"El presupuesto promedio por persona es entre $350 y $500 ARS, dependiendo del plato elegido y las bebidas. Ofrecemos opciones desde $250 hasta $800+ para los platos premium."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -199,59 +151,23 @@ export default function HomePage() {
tag="Testimonios Reales"
testimonials={[
{
id: "1",
name: "María González",
role: "Cliente Local",
company: "Buenos Aires",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=1",
imageAlt: "María González",
},
id: "1", name: "María González", role: "Cliente Local", company: "Buenos Aires", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=1", imageAlt: "María González"},
{
id: "2",
name: "Carlos Rodríguez",
role: "Chef Profesional",
company: "Influencer Gastronómico",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg?_wi=1",
imageAlt: "Carlos Rodríguez",
},
id: "2", name: "Carlos Rodríguez", role: "Chef Profesional", company: "Influencer Gastronómico", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-up-while-smiling_176474-95668.jpg?_wi=1", imageAlt: "Carlos Rodríguez"},
{
id: "3",
name: "Ana Martínez",
role: "Editora de Viajes",
company: "Revista Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1",
imageAlt: "Ana Martínez",
},
id: "3", name: "Ana Martínez", role: "Editora de Viajes", company: "Revista Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Ana Martínez"},
{
id: "4",
name: "Roberto Fernández",
role: "Empresario",
company: "Buenos Aires",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=1",
imageAlt: "Roberto Fernández",
},
id: "4", name: "Roberto Fernández", role: "Empresario", company: "Buenos Aires", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=1", imageAlt: "Roberto Fernández"},
{
id: "5",
name: "Lucía Pérez",
role: "Turista",
company: "Visitante",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-woman-posing-with-headphones-around-neck-smiling-laughing-stand_1258-122427.jpg?_wi=1",
imageAlt: "Lucía Pérez",
},
id: "5", name: "Lucía Pérez", role: "Turista", company: "Visitante", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-woman-posing-with-headphones-around-neck-smiling-laughing-stand_1258-122427.jpg?_wi=1", imageAlt: "Lucía Pérez"},
{
id: "6",
name: "Diego López",
role: "Crítico Gastronómico",
company: "Buenos Aires",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg?_wi=1",
imageAlt: "Diego López",
},
id: "6", name: "Diego López", role: "Crítico Gastronómico", company: "Buenos Aires", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg?_wi=1", imageAlt: "Diego López"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -267,8 +183,7 @@ export default function HomePage() {
title="¿Listo para una Verdadera Parrilla Argentina?"
description="Contactanos por teléfono, WhatsApp o completa el formulario de reserva. Nuestro equipo está listo para recibirte."
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Tu correo electrónico"
buttonText="Enviar"
@@ -280,54 +195,33 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Llamar: +54 11 2345-6789",
href: "tel:+5491123456789",
},
label: "Llamar: +54 11 2345-6789", href: "tel:+5491123456789"},
{
label: "WhatsApp",
href: "https://wa.me/5491123456789",
},
label: "WhatsApp", href: "https://wa.me/5491123456789"},
{
label: "Email: info@elferroviario.com.ar",
href: "mailto:info@elferroviario.com.ar",
},
label: "Email: info@elferroviario.com.ar", href: "mailto:info@elferroviario.com.ar"},
],
},
{
title: "Ubicación",
items: [
title: "Ubicación", items: [
{
label: "Av. Reservistas Argentinos 219",
href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires",
},
label: "Av. Reservistas Argentinos 219", href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires"},
{
label: "Almagro, Buenos Aires",
href: "https://maps.google.com/?q=Almagro+Buenos+Aires",
},
label: "Almagro, Buenos Aires", href: "https://maps.google.com/?q=Almagro+Buenos+Aires"},
{
label: "Ver en Google Maps",
href: "https://maps.google.com",
},
label: "Ver en Google Maps", href: "https://maps.google.com"},
],
},
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Mar-Jue: 12:00 - 23:00",
href: "#",
},
label: "Mar-Jue: 12:00 - 23:00", href: "#"},
{
label: "Vie-Sab: 12:00 - 00:00",
href: "#",
},
label: "Vie-Sab: 12:00 - 00:00", href: "#"},
{
label: "Domingo: 12:00 - 22:00",
href: "#",
},
label: "Domingo: 12:00 - 22:00", href: "#"},
],
},
]}

View File

@@ -10,11 +10,11 @@ import { Phone } from "lucide-react";
export default function ReservationsPage() {
const navItems = [
{ name: "Inicio", id: "home" },
{ name: "Menú", id: "menu" },
{ name: "Nosotros", id: "about" },
{ name: "Ubicación", id: "location" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Inicio", id: "/" },
{ name: "Menú", id: "/menu" },
{ name: "Nosotros", id: "/nosotros" },
{ name: "Ubicación", id: "#location" },
{ name: "Opiniones", id: "#testimonials" },
];
const handleNavClick = (id: string) => {
@@ -42,9 +42,7 @@ export default function ReservationsPage() {
brandName="El Ferroviario"
navItems={navItems}
button={{
text: "Llamar Ahora",
href: "tel:+5491123456789",
}}
text: "Llamar Ahora", href: "tel:+5491123456789"}}
/>
</div>
@@ -55,8 +53,7 @@ export default function ReservationsPage() {
title="¿Listo para una Verdadera Parrilla Argentina?"
description="Contactanos por teléfono, WhatsApp o completa el formulario de reserva. Nuestro equipo está listo para recibirte."
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Tu correo electrónico"
buttonText="Enviar"
@@ -70,30 +67,15 @@ export default function ReservationsPage() {
sideDescription="Todo lo que necesitas saber sobre El Ferroviario Parrilla"
faqs={[
{
id: "1",
title: "¿Puedo hacer reserva sin llamar?",
content: "Sí, puedes usar nuestro formulario de reservas en línea. También aceptamos reservas por WhatsApp y teléfono. Te recomendamos reservar con anticipación, especialmente para fines de semana.",
},
id: "1", title: "¿Puedo hacer reserva sin llamar?", content: "Sí, puedes usar nuestro formulario de reservas en línea. También aceptamos reservas por WhatsApp y teléfono. Te recomendamos reservar con anticipación, especialmente para fines de semana."},
{
id: "2",
title: "¿Aceptan grupos grandes?",
content: "¡Claro! Somos el lugar perfecto para grupos, celebraciones y eventos corporativos. Para grupos de más de 15 personas, te recomendamos contactarnos directamente para coordinar el menú y detalles especiales.",
},
id: "2", title: "¿Aceptan grupos grandes?", content: "¡Claro! Somos el lugar perfecto para grupos, celebraciones y eventos corporativos. Para grupos de más de 15 personas, te recomendamos contactarnos directamente para coordinar el menú y detalles especiales."},
{
id: "3",
title: "¿Cuál es el horario de atención?",
content: "Abrimos de martes a jueves de 12:00 a 23:00, viernes y sábados de 12:00 a 00:00, y domingos de 12:00 a 22:00. Cerrado los lunes.",
},
id: "3", title: "¿Cuál es el horario de atención?", content: "Abrimos de martes a jueves de 12:00 a 23:00, viernes y sábados de 12:00 a 00:00, y domingos de 12:00 a 22:00. Cerrado los lunes."},
{
id: "4",
title: "¿Ofrecen opciones vegetarianas?",
content: "Sí, tenemos excelentes opciones vegetarianas y pastas caseras. Consulta nuestro menú completo o comunícate con nosotros para conocer todas las alternativas disponibles.",
},
id: "4", title: "¿Ofrecen opciones vegetarianas?", content: "Sí, tenemos excelentes opciones vegetarianas y pastas caseras. Consulta nuestro menú completo o comunícate con nosotros para conocer todas las alternativas disponibles."},
{
id: "5",
title: "¿Cuál es el presupuesto promedio?",
content: "El presupuesto promedio por persona es entre $350 y $500 ARS, dependiendo del plato elegido y las bebidas. Ofrecemos opciones desde $250 hasta $800+ para los platos premium.",
},
id: "5", title: "¿Cuál es el presupuesto promedio?", content: "El presupuesto promedio por persona es entre $350 y $500 ARS, dependiendo del plato elegido y las bebidas. Ofrecemos opciones desde $250 hasta $800+ para los platos premium."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -107,14 +89,7 @@ export default function ReservationsPage() {
title="Confiado por Miles de Porteños"
description="Somos el destino favorito para cenas en familia, celebraciones y encuentros entre amigos. Nuestros clientes nos eligen por la calidad, las porciones y la calidez."
names={[
"Google Reviews",
"TripAdvisor",
"Local Favorite",
"Award Winner",
"Family Choice",
"Best Parrilla",
"Buenos Aires Icon",
]}
"Google Reviews", "TripAdvisor", "Local Favorite", "Award Winner", "Family Choice", "Best Parrilla", "Buenos Aires Icon"]}
tag="Testimonios"
textboxLayout="default"
useInvertedBackground={false}
@@ -127,54 +102,33 @@ export default function ReservationsPage() {
<FooterBaseReveal
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Llamar: +54 11 2345-6789",
href: "tel:+5491123456789",
},
label: "Llamar: +54 11 2345-6789", href: "tel:+5491123456789"},
{
label: "WhatsApp",
href: "https://wa.me/5491123456789",
},
label: "WhatsApp", href: "https://wa.me/5491123456789"},
{
label: "Email: info@elferroviario.com.ar",
href: "mailto:info@elferroviario.com.ar",
},
label: "Email: info@elferroviario.com.ar", href: "mailto:info@elferroviario.com.ar"},
],
},
{
title: "Ubicación",
items: [
title: "Ubicación", items: [
{
label: "Av. Reservistas Argentinos 219",
href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires",
},
label: "Av. Reservistas Argentinos 219", href: "https://maps.google.com/?q=Av.+Reservistas+Argentinos+219+Buenos+Aires"},
{
label: "Almagro, Buenos Aires",
href: "https://maps.google.com/?q=Almagro+Buenos+Aires",
},
label: "Almagro, Buenos Aires", href: "https://maps.google.com/?q=Almagro+Buenos+Aires"},
{
label: "Ver en Google Maps",
href: "https://maps.google.com",
},
label: "Ver en Google Maps", href: "https://maps.google.com"},
],
},
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Mar-Jue: 12:00 - 23:00",
href: "#",
},
label: "Mar-Jue: 12:00 - 23:00", href: "#"},
{
label: "Vie-Sab: 12:00 - 00:00",
href: "#",
},
label: "Vie-Sab: 12:00 - 00:00", href: "#"},
{
label: "Domingo: 12:00 - 22:00",
href: "#",
},
label: "Domingo: 12:00 - 22:00", href: "#"},
],
},
]}