diff --git a/src/app/page.tsx b/src/app/page.tsx index 67afc74..8d4fb6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -237,10 +237,14 @@ export default function LandingPage() { variant: "sparkles-gradient"}} tag="Contato" title="Pronta(o) para Transformar sua Vida?" - description="Entre em contato hoje mesmo e descubra como podemos te ajudar a alcançar o bem-estar e a plenitude que você merece. Sua jornada começa com um simples passo." + description="Fale diretamente com Jocelia e descubra como o coaching pode impulsionar seu bem-estar e propósito. Clique abaixo para iniciar sua jornada!" buttons={[ { - text: "Fale Conosco", href: "mailto:contato@joceliatransforma.com"}, + text: "Fale via WhatsApp", href: "https://wa.me/5511991234567" + }, + { + text: "Siga no Instagram", href: "https://www.instagram.com/joceliatransforma" + } ]} /> @@ -278,6 +282,12 @@ export default function LandingPage() { label: "Termos de Uso", href: "#"}, { label: "Rua Santos Dumont, N° 57, Sala 104 Ilhéus", href: "https://www.google.com/maps/search/?api=1&query=Rua Santos Dumont, N%C2%B0 57, Sala 104 Ilh%C3%A9us" + }, + { + label: "WhatsApp", href: "https://wa.me/5511991234567" + }, + { + label: "Instagram", href: "https://www.instagram.com/joceliatransforma" } ], }, @@ -289,4 +299,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}