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 id="contact" data-section="contact">
<ContactCenter
tag="Get in Touch"
title="Partner with Virtus for a Safer Environment"
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."
tag="Ponte en Contacto"
title="Asóciate con Virtus para un Entorno Más Seguro"
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" }}
inputPlaceholder="Enter your email for inquiries"
buttonText="Submit Inquiry"
inputPlaceholder="Introduce tu correo para consultas"
buttonText="Enviar Consulta"
useInvertedBackground={false}
/>
</div>
@@ -192,12 +192,12 @@ export default function LandingPage() {
<FooterBase
logoText="VIRTUS"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Team", href: "#team" }, { label: "Why Choose Virtus", 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: "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: "Quick Links", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Certifications", href: "#" }] }
{ title: "Compañía", items: [{ label: "Nosotros", href: "#about" }, { label: "Equipo", href: "#team" }, { label: "¿Por qué Elegirnos?", href: "#why-choose-virtus" }] },
{ 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: "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: "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>
</ThemeProvider>