Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-20 16:46:32 +00:00

View File

@@ -166,23 +166,23 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Careers", href: "#" }
title: "Empresa", items: [
{ label: "Sobre Nós", href: "#about" },
{ label: "Carreiras", href: "#" }
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "Help Center", href: "#" }
title: "Suporte", items: [
{ label: "Contato", href: "#contact" },
{ label: "Central de Ajuda", href: "#" }
]
}
]}
bottomLeftText="© 2024 Moderna Office Recife"
bottomRightText="Privacy Policy"
bottomRightText="Política de Privacidade"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}