2 Commits

Author SHA1 Message Date
9a99d4698c Update src/app/page.tsx 2026-05-20 16:46:26 +00:00
b5fd623da9 Merge version_1 into main
Merge version_1 into main
2026-05-20 16:40:21 +00:00

View File

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