2 Commits

Author SHA1 Message Date
559fd4399f Update src/app/page.tsx 2026-06-08 17:09:52 +00:00
2ec136ffd2 Merge version_2 into main
Merge version_2 into main
2026-06-08 11:37:54 +00:00

View File

@@ -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."
/>
</div>
@@ -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."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}