2 Commits

Author SHA1 Message Date
c20792ecfd Update src/app/page.tsx 2026-06-07 20:58:10 +00:00
292f6fe165 Merge version_2 into main
Merge version_2 into main
2026-06-07 20:56:02 +00:00

View File

@@ -213,16 +213,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Get in Touch" tag="Entre em Contato"
title="Visit Our Store or Contact Us" title="Visite Nossa Loja ou Entre em Contato"
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!" 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={[ buttons={[
{ {
text: "Call Us", href: "tel:+551732261644"}, text: "Ligue para Nós", href: "tel:+551732261644"},
{ {
text: "WhatsApp", href: "https://wa.me/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"},
]} ]}
/> />
</div> </div>
@@ -231,9 +231,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="TENNIS ONE" logoText="TENNIS ONE"
leftLink={{ leftLink={{
text: "Privacy Policy", href: "#"}} text: "Política de Privacidade", href: "#"}}
rightLink={{ rightLink={{
text: "Terms of Service", href: "#"}} text: "Termos de Serviço", href: "#"}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>