Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-17 20:00:03 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contacto", id: "contact" }
]}
button={{
text: "Reservar Mesa", href: "#contact"
text: "Reservar Mesa", href: "tel:+34988123456"
}}
/>
</div>
@@ -52,7 +52,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Reservar Mesa", href: "#contact" },
{ text: "Reservar Mesa", href: "tel:+34988123456" },
{ text: "Ver Menú", href: "#dishes" }
]}
buttonAnimation="slide-up"
@@ -72,7 +72,7 @@ export default function LandingPage() {
features={[
{
icon: Star,
title: "Relación Calidad-Precio", description: "Excelente valor por cada plato. Comida premium sin precios excesivos.", button: { text: "Consultar Precios", href: "#contact" }
title: "Relación Calidad-Precio", description: "Excelente valor por cada plato. Comida premium sin precios excesivos.", button: { text: "Consultar Precios", href: "tel:+34988123456" }
},
{
icon: ChefHat,
@@ -84,15 +84,15 @@ export default function LandingPage() {
},
{
icon: Zap,
title: "Servicio Rápido", description: "Atención ágil sin sacrificar la calidad. Tu tiempo es valioso.", button: { text: "Reservar", href: "#contact" }
title: "Servicio Rápido", description: "Atención ágil sin sacrificar la calidad. Tu tiempo es valioso.", button: { text: "Reservar", href: "tel:+34988123456" }
},
{
icon: MapPin,
title: "Ubicación Céntrica", description: "Situado en el corazón de Ourense, cerca de As Burgas. Fácil acceso.", button: { text: "Ver Ubicación", href: "#contact" }
title: "Ubicación Céntrica", description: "Situado en el corazón de Ourense, cerca de As Burgas. Fácil acceso.", button: { text: "Ver Ubicación", href: "tel:+34988123456" }
},
{
icon: Home,
title: "Ambiente Tranquilo y Agradable", description: "Espacio diseñado para disfrutar en paz. Perfecto para cualquier ocasión.", button: { text: "Reserva Ahora", href: "#contact" }
title: "Ambiente Tranquilo y Agradable", description: "Espacio diseñado para disfrutar en paz. Perfecto para cualquier ocasión.", button: { text: "Reserva Ahora", href: "tel:+34988123456" }
}
]}
/>
@@ -187,7 +187,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Reservar Mesa", href: "#contact" }
{ text: "Reservar Mesa", href: "tel:+34988123456" }
]}
buttonAnimation="slide-up"
/>
@@ -221,7 +221,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Contactar", href: "#contact" }
{ text: "Contactar", href: "tel:+34988123456" }
]}
buttonAnimation="slide-up"
/>
@@ -254,7 +254,7 @@ export default function LandingPage() {
},
{
items: [
{ label: "Reservar", href: "#contact" },
{ label: "Reservar", href: "tel:+34988123456" },
{ label: "Contacto", href: "tel:+34988123456" },
{ label: "Ubicación", href: "https://maps.google.com" },
{ label: "Horarios", href: "#" }