Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-06-07 20:58:13 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -231,12 +231,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="TENNIS ONE"
leftLink={{
text: "Privacy Policy", href: "#"}}
text: "Política de Privacidade", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
text: "Termos de Serviço", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}