refactor: Rename product name from VisionRun to RunVision across the website.
This commit is contained in:
@@ -71,7 +71,7 @@ export function Hero() {
|
||||
<div className="relative animate-float">
|
||||
<img
|
||||
src="/product-hero.png"
|
||||
alt="VisionRun Pro - Óculos Inteligentes"
|
||||
alt="RunVision Pro - Óculos Inteligentes"
|
||||
className="w-full h-full object-contain drop-shadow-2xl"
|
||||
onError={(e) => {
|
||||
// Fallback if image doesn't exist
|
||||
@@ -85,7 +85,7 @@ export function Hero() {
|
||||
<div class="relative">
|
||||
<div class="w-64 h-32 bg-gradient-to-r from-slate-700 to-slate-800 rounded-3xl transform -rotate-6 shadow-2xl flex items-center justify-center border border-slate-600">
|
||||
<div class="w-56 h-20 bg-gradient-to-br from-slate-800 to-slate-900 rounded-2xl flex items-center justify-center">
|
||||
<span class="text-2xl font-display font-bold text-white">VisionRun</span>
|
||||
<span class="text-2xl font-display font-bold text-white">RunVision</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="absolute -top-4 left-1/2 -translate-x-1/2 w-4 h-4 bg-orange-500 rounded-full glow-orange"></div>
|
||||
@@ -132,7 +132,7 @@ export function Hero() {
|
||||
</div>
|
||||
|
||||
<h1 className="reveal font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-white leading-[1.2] mb-6" style={{ animationDelay: '200ms' }}>
|
||||
VisionRun
|
||||
RunVision
|
||||
<span className="text-gradient"> Pro</span> — Óculos Inteligentes para Corrida
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user