Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 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>
);
}
}