Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-04 19:32:55 +00:00
2 changed files with 1372 additions and 5 deletions

File diff suppressed because it is too large Load Diff

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>