From 5e78d327b99f49c01ddbcbdae12776572a30b608 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:38:16 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c257c52..46def0f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Entre em contato", href: "#contact" }, + { text: "Entre em contato", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, { text: "Acompanhe no Instagram", href: "https://www.instagram.com/corretor.rafaeldaza/" }, ]} /> @@ -58,8 +58,8 @@ export default function AboutPage() { text="Vamos conversar sobre seus projetos imobiliários" animationType="entrance-slide" buttons={[ - { text: "Quero conversar", href: "https://www.instagram.com/corretor.rafaeldaza/" }, - { text: "Enviar mensagem", href: "#" }, + { text: "Quero conversar", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, + { text: "Enviar mensagem", href: "https://www.instagram.com/corretor.rafaeldaza/" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -74,7 +74,7 @@ export default function AboutPage() { { title: "Redes Sociais", items: [ { label: "Instagram", href: "https://www.instagram.com/corretor.rafaeldaza/" }, - { label: "WhatsApp", href: "#" }, + { label: "WhatsApp", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, ], }, { -- 2.49.1 From 8774c1796382de0b462a62fb656d382363e3c3ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:38:17 +0000 Subject: [PATCH 2/2] 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 f3222d6..272ba06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Quero mais informações", href: "contact" }, - { text: "Falar com consultor", href: "contact" }, + { text: "Quero mais informações", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, + { text: "Falar com consultor", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, ]} /> @@ -163,8 +163,8 @@ export default function LandingPage() { text="Receba todas as informações do Oliva 317" animationType="entrance-slide" buttons={[ - { text: "Quero receber informações", href: "#" }, - { text: "Falar com consultor", href: "#" }, + { text: "Quero receber informações", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, + { text: "Falar com consultor", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1