2 Commits

Author SHA1 Message Date
9070a4deb2 Update src/app/page.tsx 2026-06-08 13:59:11 +00:00
7361d0d994 Merge version_1 into main
Merge version_1 into main
2026-06-08 13:54:07 +00:00

View File

@@ -247,14 +247,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Book Now" tag="Reserva Ahora"
title="Ready to Make Your Event Shine?" title="¿Listo para que tu evento brille?"
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." 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={[ 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"},
]} ]}
/> />
</div> </div>
@@ -267,25 +267,25 @@ export default function LandingPage() {
{ {
items: [ 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: [ 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: "#"},
], ],
}, },
]} ]}