From 559fd4399fa8348f46745e14589611b30781afa2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 17:09:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 343a5eb..23916d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -302,12 +302,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "downward-rays-static-grid"}} - tag="Get Started" - title="Let's Build a Stronger Network Together" - description="Ready to enhance your technical capabilities and ensure uninterrupted service for your customers? Reach out to 21 Solutions today for a customized consultation." - inputPlaceholder="Enter your professional email" - buttonText="Schedule Consultation" - termsText="By clicking Schedule Consultation you're confirming that you agree with our Terms and Conditions." + tag="Comece Agora" + title="Vamos Construir uma Rede Mais Forte Juntos" + description="Pronto para aprimorar suas capacidades técnicas e garantir um serviço ininterrupto para seus clientes? Entre em contato com a 21 Solutions hoje para uma consulta personalizada." + inputPlaceholder="Digite seu e-mail profissional" + buttonText="Agendar Consulta" + termsText="Ao clicar em Agendar Consulta, você confirma que concorda com nossos Termos e Condições." /> @@ -318,50 +318,50 @@ export default function LandingPage() { logoText="21 Solutions" columns={[ { - title: "Solutions", items: [ + title: "Soluções", items: [ { - label: "Network Operations", href: "#products"}, + label: "Operações de Rede", href: "#products"}, { - label: "Customer Support", href: "#products"}, + label: "Suporte ao Cliente", href: "#products"}, { - label: "Cybersecurity", href: "#products"}, + label: "Cibersegurança", href: "#products"}, { - label: "Infrastructure", href: "#products"}, + label: "Infraestrutura", href: "#products"}, ], }, { - title: "Company", items: [ + title: "Empresa", items: [ { - label: "About Us", href: "#about"}, + label: "Sobre Nós", href: "#about"}, { - label: "Why 21 Solutions?", href: "#features"}, + label: "Por que 21 Solutions?", href: "#features"}, { - label: "Our Impact", href: "#metrics"}, + label: "Nosso Impacto", href: "#metrics"}, { - label: "Client Success", href: "#testimonials"}, + label: "Sucesso do Cliente", href: "#testimonials"}, ], }, { - title: "Resources", items: [ + title: "Recursos", items: [ { label: "FAQ", href: "#faq"}, { - label: "Get a Quote", href: "#contact"}, + label: "Obter Orçamento", href: "#contact"}, ], }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Política de Privacidade", href: "#"}, { - label: "Terms of Service", href: "#"}, + label: "Termos de Serviço", href: "#"}, ], }, ]} - copyrightText="© 2024 21 Solutions. All rights reserved." + copyrightText="© 2024 21 Solutions. Todos os direitos reservados." /> ); -} \ No newline at end of file +}