From 07228722f3e9fc6a25ba0742b910bc0b0f5eaf4e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:00:15 +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 891c56a..6b2a4e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,15 +214,15 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} tag="Entre em Contato" - title="Visite Nossa Loja ou Entre em Contato" - description="Estamos localizados na Av. Brg. Faria Lima, 6363 - Jardim Morumbi, São José do Rio Preto. Nossa equipe está pronta para te ajudar!" + title="Visite Nossa Loja ou Fale Conosco" + description="Estamos localizados na Av. Brg. Faria Lima, 6363 - Jardim Morumbi, São José do Rio Preto, SP. Nossa equipe está pronta para te ajudar!" buttons={[ { - text: "Ligue para Nós", href: "tel:+551732261644"}, + text: "Ligar para Nós", href: "tel:+551732261644"}, { text: "WhatsApp", href: "https://wa.me/551732261644"}, { - text: "Obter Rotas", href: "https://www.google.com/maps/dir/?api=1&destination=Av.+Brg.+Faria+Lima,+6363+-+Jardim+Morumbi,+São+José+do+Rio+Preto+-+SP,+15090-900"}, + text: "Ver Rotas", href: "https://www.google.com/maps/dir/?api=1&destination=Av.+Brg.+Faria+Lima,+6363+-+Jardim+Morumbi,+São+José+do+Rio+Preto+-+SP,+15090-900"}, ]} /> -- 2.49.1