Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user