From 9070a4deb2451539b1eaea8cec8f917dda710bf1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:59:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ffea04..f6683fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,14 +247,14 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - tag="Book Now" - title="Ready to Make Your Event Shine?" - description="Contact us today to get a custom quote and bring the future of party entertainment to your celebration! Our team is ready to help plan your electrifying event." + tag="Reserva Ahora" + title="¿Listo para que tu evento brille?" + description="Contáctanos hoy para obtener una cotización personalizada y lleva el futuro del entretenimiento a tu celebración. Nuestro equipo está listo para ayudarte a planificar tu evento electrizante." buttons={[ { - text: "Get a Free Quote", href: "mailto:info@donniespartyrobots.com"}, + text: "Obtén una Cotización Gratuita", href: "mailto:info@donniespartyrobots.com"}, { - text: "Call Us Today", href: "tel:+1234567890"}, + text: "Llámanos Hoy", href: "tel:+1234567890"}, ]} /> @@ -267,25 +267,25 @@ export default function LandingPage() { { items: [ { - label: "Home", href: "#home"}, + label: "Inicio", href: "#home"}, { - label: "About Us", href: "#about"}, + label: "Nosotros", href: "#about"}, { - label: "Our Shows", href: "#shows"}, + label: "Nuestros Espectáculos", href: "#shows"}, { - label: "Testimonials", href: "#testimonials"}, + label: "Testimonios", href: "#testimonials"}, ], }, { items: [ { - label: "FAQ", href: "#faq"}, + label: "Preguntas Frecuentes", href: "#faq"}, { - label: "Book Now", href: "#contact"}, + label: "Reserva Ahora", href: "#contact"}, { - label: "Privacy Policy", href: "#"}, + label: "Política de Privacidad", href: "#"}, { - label: "Terms of Service", href: "#"}, + label: "Términos de Servicio", href: "#"}, ], }, ]}