4 Commits

Author SHA1 Message Date
085f550a91 Update src/app/page.tsx 2026-06-11 16:58:09 +00:00
81adc18f78 Merge version_1 into main
Merge version_1 into main
2026-06-11 16:49:36 +00:00
c55cc35074 Merge version_1 into main
Merge version_1 into main
2026-06-11 16:49:12 +00:00
51ea213e64 Merge version_1 into main
Merge version_1 into main
2026-06-11 16:47:51 +00:00

View File

@@ -300,12 +300,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Ready for Excellence?"
title="Your Vehicle Deserves Precision"
description="Get a professional assessment and discover why drivers trust Funilaria Exacta for repairs that look factory-new. Request your free estimate today."
tag="Pronto para a Excelência?"
title="Seu Veículo Merece Precisão"
description="Obtenha uma avaliação profissional e descubra por que os motoristas confiam na Funilaria Exacta para reparos que parecem novos de fábrica. Solicite seu orçamento gratuito hoje."
buttons={[
{
text: "Request Your Estimate", href: "#"},
text: "Solicite Seu Orçamento", href: "#"},
]}
/>
</div>
@@ -314,11 +314,11 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Contact", items: [
title: "Contato", items: [
{
label: "+55 11 98765-4321", href: "tel:+5511987654321"},
{
label: "WhatsApp Us", href: "https://wa.me/5511987654321"},
label: "Fale Conosco no WhatsApp", href: "https://wa.me/5511987654321"},
{
label: "info@funilariaexacta.com", href: "mailto:info@funilariaexacta.com"},
{
@@ -326,28 +326,28 @@ export default function LandingPage() {
],
},
{
title: "Services", items: [
title: "Serviços", items: [
{
label: "Collision Repair", href: "#services"},
label: "Reparo de Colisão", href: "#services"},
{
label: "Paint Restoration", href: "#services"},
label: "Restauração de Pintura", href: "#services"},
{
label: "Complete Restorations", href: "#services"},
label: "Restaurações Completas", href: "#services"},
],
},
{
title: "Company", items: [
title: "Empresa", items: [
{
label: "About Us", href: "#why-us"},
label: "Sobre Nós", href: "#why-us"},
{
label: "Our Process", href: "#process"},
label: "Nosso Processo", href: "#process"},
{
label: "Gallery", href: "#gallery"},
label: "Galeria", href: "#gallery"},
],
},
]}
logoText="FUNILARIA EXACTA"
copyrightText="© 2024 Funilaria Exacta | All Rights Reserved"
copyrightText="© 2024 Funilaria Exacta | Todos os Direitos Reservados"
/>
</div>
</ReactLenis>