Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c20792ecfd | |||
| 292f6fe165 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user