From c20792ecfd15dfc987be0c1534ab7323090014b0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:58:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b18f57a..891c56a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -213,16 +213,16 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "sparkles-gradient"}} - tag="Get in Touch" - title="Visit Our Store or Contact Us" - description="We are located at Av. Brg. Faria Lima, 6363 - Jardim Morumbi, São José do Rio Preto. Our team is ready to assist you!" + 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!" buttons={[ { - text: "Call Us", href: "tel:+551732261644"}, + text: "Ligue para Nós", href: "tel:+551732261644"}, { text: "WhatsApp", href: "https://wa.me/551732261644"}, { - text: "Get Directions", 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: "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"}, ]} /> @@ -231,12 +231,12 @@ export default function LandingPage() { ); -} \ No newline at end of file +}