3 Commits

Author SHA1 Message Date
d358f1b1b1 Update src/app/page.tsx 2026-06-09 20:23:04 +00:00
4068e1b26c Merge version_1 into main
Merge version_1 into main
2026-06-09 20:19:04 +00:00
b9700df430 Merge version_1 into main
Merge version_1 into main
2026-06-09 20:18:12 +00:00

View File

@@ -179,12 +179,12 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get in Touch" tag="Ponte en Contacto"
title="Partner with Virtus for a Safer Environment" title="Asóciate con Virtus para un Entorno Más Seguro"
description="Ready to enhance your sanitary control? Fill out the form below or reach out directly to speak with an expert. We are committed to protecting your operational continuity and health." description="¿Listo para mejorar tu control sanitario? Rellena el formulario o contáctanos directamente para hablar con un experto. Estamos comprometidos a proteger tu continuidad operativa y salud."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
inputPlaceholder="Enter your email for inquiries" inputPlaceholder="Introduce tu correo para consultas"
buttonText="Submit Inquiry" buttonText="Enviar Consulta"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -192,12 +192,12 @@ export default function LandingPage() {
<FooterBase <FooterBase
logoText="VIRTUS" logoText="VIRTUS"
columns={[ columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Team", href: "#team" }, { label: "Why Choose Virtus", href: "#why-choose-virtus" }] }, { title: "Compañía", items: [{ label: "Nosotros", href: "#about" }, { label: "Equipo", href: "#team" }, { label: "¿Por qué Elegirnos?", href: "#why-choose-virtus" }] },
{ title: "Services", items: [{ label: "Pest Control", href: "#services" }, { label: "Rodent Control", href: "#services" }, { label: "Disinfection", href: "#services" }, { label: "Tank Cleaning", href: "#services" }, { label: "Waterproofing", href: "#services" }, { label: "Maintenance", href: "#services" }] }, { title: "Servicios", items: [{ label: "Control de Plagas", href: "#services" }, { label: "Control de Roedores", href: "#services" }, { label: "Desinfección", href: "#services" }, { label: "Limpieza de Tanques", href: "#services" }, { label: "Impermeabilización", href: "#services" }, { label: "Mantenimiento", href: "#services" }] },
{ title: "Contact", items: [{ label: "Request Inspection", href: "#contact" }, { label: "Speak with an Expert", href: "#contact" }, { label: "WhatsApp Us", href: "https://wa.me/" }, { label: "Call Us", href: "tel:+1234567890" }] }, { title: "Contacto", items: [{ label: "Solicitar Inspección", href: "#contact" }, { label: "Hablar con un Experto", href: "#contact" }, { label: "Envíanos un WhatsApp", href: "https://wa.me/" }, { label: "Llámanos", href: "tel:+1234567890" }] },
{ title: "Quick Links", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Certifications", href: "#" }] } { title: "Enlaces Rápidos", items: [{ label: "Política de Privacidad", href: "#" }, { label: "Términos de Servicio", href: "#" }, { label: "Certificaciones", href: "#" }] }
]} ]}
copyrightText="© 2024 VIRTUS. All rights reserved." copyrightText="© 2024 VIRTUS. Todos los derechos reservados."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>