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() {