feat: Localize content to European Portuguese, enhance integration section visuals, and restructure page sections.

This commit is contained in:
2026-03-18 16:38:16 +00:00
parent b75b607b5d
commit 910a30c2ea
13 changed files with 322 additions and 254 deletions

View File

@@ -10,9 +10,9 @@ const quickLinks = [
];
const contactInfo = [
{ icon: Mail, label: 'contato@visionrun.com' },
{ icon: Phone, label: '+55 (11) 4000-1234' },
{ icon: MapPin, label: 'São Paulo, SP - Brasil' },
{ icon: Mail, label: 'contacto@visionrun.pt' },
{ icon: Phone, label: '+351 210 000 000' },
{ icon: MapPin, label: 'Lisboa, Portugal' },
];
const socialLinks = [
@@ -37,10 +37,10 @@ export function Footer() {
{/* CTA Section */}
<div className="py-16 text-center border-b border-slate-800">
<h2 className="font-display font-bold text-3xl sm:text-4xl text-white mb-4">
Pronto para Revolucionar suas Corridas?
Pronto para Revolucionar as suas Corridas?
</h2>
<p className="text-slate-400 text-lg max-w-2xl mx-auto mb-8">
Adquira o VisionRun Pro hoje e experimente o futuro da tecnologia wearable para corrida.
Adquira o VisionRun Pro hoje e experimente o futuro da tecnologia portátil para corrida.
</p>
<Button
size="lg"
@@ -49,7 +49,7 @@ export function Footer() {
<svg className="w-5 h-5 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z" />
</svg>
Fale Conosco
Fale Connosco
</Button>
</div>
@@ -110,7 +110,7 @@ export function Footer() {
{/* Contact */}
<div>
<h3 className="font-display font-semibold text-white mb-4">Contato</h3>
<h3 className="font-display font-semibold text-white mb-4">Contacto</h3>
<ul className="space-y-3">
{contactInfo.map((item, index) => {
const Icon = item.icon;