|
141 | 141 | </div> |
142 | 142 | <div class="w-embed"> |
143 | 143 | <style> |
| 144 | + html { scroll-behavior: smooth; } |
144 | 145 | .btn-nav { |
145 | 146 | position: relative; |
146 | 147 | background: black; |
|
243 | 244 | letter-spacing: 0.06em; |
244 | 245 | text-transform: uppercase; |
245 | 246 | opacity: 0.85; |
| 247 | + display: flex; |
| 248 | + align-items: center; |
| 249 | + gap: 0.75rem; |
| 250 | + } |
| 251 | + .laia-soon-link { |
| 252 | + text-transform: none; |
| 253 | + letter-spacing: 0; |
| 254 | + font-weight: 700; |
| 255 | + color: #fff; |
| 256 | + text-decoration: none; |
| 257 | + background: linear-gradient(135deg, #27aae1, #462466 50%, #ec297b); |
| 258 | + border-radius: 9999px; |
| 259 | + padding: 6px 12px; |
| 260 | + display: inline-block; |
| 261 | + line-height: 1; |
| 262 | + transition: filter 0.2s ease, transform 0.2s ease; |
246 | 263 | } |
| 264 | + .laia-soon-link:hover { filter: brightness(1.05); transform: translateY(-1px); } |
247 | 265 | .laia-sections { |
248 | 266 | width: 100%; |
249 | 267 | max-width: 1200px; |
|
332 | 350 | }); |
333 | 351 | } |
334 | 352 | } |
| 353 | + document.addEventListener('DOMContentLoaded', function() { |
| 354 | + var link = document.querySelector('.laia-soon-link'); |
| 355 | + var target = document.getElementById('suscribete'); |
| 356 | + if (link && target) { |
| 357 | + link.addEventListener('click', function(e) { |
| 358 | + e.preventDefault(); |
| 359 | + try { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } |
| 360 | + catch (err) { window.location.hash = '#suscribete'; } |
| 361 | + }); |
| 362 | + } |
| 363 | + }); |
335 | 364 | </script> |
336 | 365 | </div> |
337 | 366 | </div> |
338 | 367 |
|
339 | 368 | <section class="w-layout-blockcontainer laia-hero w-container"> |
340 | 369 | <img src="images/laia-logo.png" alt="LAIA Hub Creativo" /> |
341 | | - <div class="laia-soon">Próximamente</div> |
| 370 | + <div class="laia-soon">Próximamente <a href="#suscribete" class="laia-soon-link">Suscríbete</a></div> |
342 | 371 | <h1 class="laia-title">LAIA: Hub Creativo</h1> |
343 | 372 | </section> |
344 | 373 |
|
@@ -427,8 +456,8 @@ <h1 class="laia-title">LAIA: Hub Creativo</h1> |
427 | 456 | </section> |
428 | 457 | </div> |
429 | 458 |
|
430 | | - <section class="laia-cta w-container"> |
431 | | - <h2 class="laia-cta-title">Suscríbete al boletín de LAIA</h2> |
| 459 | + <section id="suscribete" class="laia-cta w-container"> |
| 460 | + <h2 class="laia-cta-title"><span class="highlight">¡Suscríbete</span> al boletín de LAIA y mantente a la vanguardia de la innovación, donde humanos, robots e IA crean el futuro juntos!</h2> |
432 | 461 | <a |
433 | 462 | class="laia-cta-btn w-button" |
434 | 463 | href="https://forms.gle/YTBuNWJLeLxu9MYj7" |
|
0 commit comments