From c6d2484f0b1ba2387cc48ed9fbc4fdfbe21eb194 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:32:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3466fc2..1fa6e4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {