Update src/app/page.tsx

This commit is contained in:
2026-03-04 19:32:50 +00:00
parent ad85c52cdd
commit c6d2484f0b

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ name: "Contato", id: "contact" },
{ name: "Ligar Agora", id: "tel:+5511999999999" },
]}
brandName="Seu Negócio"
brandName="ConverteLocal"
bottomLeftText="Atendimento Local"
bottomRightText="contato@seunegocio.com.br"
/>
@@ -188,7 +188,7 @@ export default function LandingPage() {
tag="Entre em Contato"
tagIcon={Phone}
tagAnimation="slide-up"
title="Pronto Para Transformar Seu Negócio?"
title="Pronto Para Transformar ConverteLocal?"
description="Não espere mais. Entre em contato agora e descubra como podemos ajudá-lo a alcançar seus objetivos. Nossa equipe está pronta para conversar."
buttons={[
{ text: "Ligar Agora", href: "tel:+5511999999999" },
@@ -202,7 +202,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Seu Negócio"
logoText="ConverteLocal"
columns={[
{
title: "Navegação", items: [
@@ -229,7 +229,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 Seu Negócio. Todos os direitos reservados."
copyrightText="© 2025 ConverteLocal. Todos os direitos reservados."
/>
</div>
</ThemeProvider>