Merge version_2 into main #2
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user