Skip to content

Commit 9968f65

Browse files
committed
Fix?
1 parent 4d5cf25 commit 9968f65

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/components/sections/BentoGrid.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ import StatsCounter from '@/components/interactive/StatsCounter';
201201
Únete a miles de ciudadanos que ya están construyendo comunidades más seguras.
202202
</p>
203203
<div class="flex flex-col sm:flex-row gap-4 justify-center">
204-
<a href="#demo" class="bg-gradient-to-r from-primary-600 to-purple-600 text-white px-8 py-3 rounded-lg font-semibold hover:shadow-lg transition-all duration-300 transform hover:scale-105 text-center inline-block">
204+
<a href={`${import.meta.env.BASE_URL}demo`} class="bg-gradient-to-r from-primary-600 to-purple-600 text-white px-8 py-3 rounded-lg font-semibold hover:shadow-lg transition-all duration-300 transform hover:scale-105 text-center inline-block">
205205
Probar Demo Interactiva
206206
</a>
207207
<a href="#precios" class="border-2 border-primary-600 text-primary-600 px-8 py-3 rounded-lg font-semibold hover:bg-primary-50 transition-all duration-300 inline-block text-center">

src/components/sections/Hero.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
<div class="text-3xl font-bold text-white">5min</div>
3737
<div class="text-blue-200">Mapas actualizados constantemente</div>
3838
</div>
39-
</div> <!-- CTA Buttons - Festival style --> <div class="flex flex-col sm:flex-row gap-4 justify-center items-center animate-blurred-fade-in delay-700">
40-
<a href="#demo" class="px-8 py-4 bg-white text-primary-600 rounded-full font-bold text-lg hover:bg-gray-100 transition-all duration-300 transform hover:scale-105 shadow-xl inline-block text-center animate-blurred-fade-in delay-750">
39+
</div> <!-- CTA Buttons - Festival style --> <div class="flex flex-col sm:flex-row gap-4 justify-center items-center animate-blurred-fade-in delay-700"> <a href={`${import.meta.env.BASE_URL}demo`} class="px-8 py-4 bg-white text-primary-600 rounded-full font-bold text-lg hover:bg-gray-100 transition-all duration-300 transform hover:scale-105 shadow-xl inline-block text-center animate-blurred-fade-in delay-750">
4140
🚀 Ver Demo Interactiva
4241
</a>
4342
<a href="#precios" class="px-8 py-4 bg-gradient-to-r from-success-500 to-success-600 text-white rounded-full font-bold text-lg hover:from-success-600 hover:to-success-700 transition-all duration-300 transform hover:scale-105 shadow-xl inline-block animate-blurred-fade-in delay-800">

src/pages/demo.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import MapDemoClean from '../components/interactive/MapDemoClean';
99
<div class="bg-white/10 backdrop-blur-sm border-b border-white/20">
1010
<div class="container mx-auto px-4 py-4">
1111
<div class="flex items-center justify-between">
12-
<div class="flex items-center space-x-4">
13-
<a href="/" class="text-white hover:text-blue-400 transition-colors">
12+
<div class="flex items-center space-x-4"> <a href={`${import.meta.env.BASE_URL}`} class="text-white hover:text-blue-400 transition-colors">
1413
← Volver al inicio
1514
</a>
1615
<div class="flex items-center space-x-3">

0 commit comments

Comments
 (0)