Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a99d4698c | |||
| b5fd623da9 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user