Merge version_1 into main #6
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
items: [
|
||||
{ label: "Sobre Nós", href: "/about" },
|
||||
{ label: "Serviços", href: "/services" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Serviços", items: [
|
||||
items: [
|
||||
{ label: "Tráfego Pago", href: "/services#trafego" },
|
||||
{ label: "CRM & Automação", href: "/services#crm-automacao" },
|
||||
{ label: "Marketing de Conteúdo", href: "/services#conteudo" },
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Recursos", items: [
|
||||
items: [
|
||||
{ label: "Case Studies", href: "/blog" },
|
||||
{ label: "FAQ", href: "/contact#faq" },
|
||||
{ label: "Termos de Uso", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user