Skip to content

Commit d18c54b

Browse files
committed
subscribe
1 parent ca5f9e6 commit d18c54b

1 file changed

Lines changed: 43 additions & 5 deletions

File tree

laia-es.html

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,29 @@
181181
background-color: white;
182182
color: #ec297b;
183183
}
184+
/* LAIA CTA */
185+
.laia-cta {
186+
text-align: center;
187+
margin: 2rem auto 0;
188+
padding: 1rem 0 2rem;
189+
}
190+
.laia-cta-title {
191+
color: #fff;
192+
font-weight: 700;
193+
margin-bottom: 1rem;
194+
}
195+
.laia-cta-btn {
196+
display: inline-block;
197+
padding: 12px 24px;
198+
border-radius: 50px;
199+
background: linear-gradient(135deg, #27aae1, #462466 50%, #ec297b);
200+
color: #fff;
201+
text-decoration: none;
202+
font-weight: 600;
203+
}
204+
.laia-cta-btn:hover {
205+
filter: brightness(1.05);
206+
}
184207
/* Footer consistency with other pages */
185208
.footer-light-2 {
186209
margin-top: 2rem;
@@ -214,6 +237,13 @@
214237
text-align: center;
215238
color: #fff;
216239
}
240+
.laia-soon {
241+
color: #fff;
242+
font-weight: 700;
243+
letter-spacing: 0.06em;
244+
text-transform: uppercase;
245+
opacity: 0.85;
246+
}
217247
.laia-sections {
218248
width: 100%;
219249
max-width: 1200px;
@@ -308,7 +338,8 @@
308338

309339
<section class="w-layout-blockcontainer laia-hero w-container">
310340
<img src="images/laia-logo.png" alt="LAIA Hub Creativo" />
311-
<h1 class="laia-title">Hub Creativo</h1>
341+
<div class="laia-soon">Próximamente</div>
342+
<h1 class="laia-title">LAIA: Hub Creativo</h1>
312343
</section>
313344

314345
<div class="laia-sections">
@@ -320,10 +351,7 @@ <h1 class="laia-title">Hub Creativo</h1>
320351
/>
321352
</div>
322353
<div class="laia-col laia-text reveal from-right">
323-
La experiencia LAIA comienza desde el momento de tu llegada:
324-
nuestro asistente robótico te da la bienvenida a un espacio
325-
donde la tecnología del futuro se encuentra con la calidez
326-
humana.
354+
LAIA - Hub Creativo es el primer centro tecnológico de El Salvador donde humanos, robots e inteligencia artificial colaboran en un mismo espacio. Ofrece laboratorios especializados, simuladores de realidad virtual, gemelos digitales y capacitaciones para empresas que buscan desarrollo de productos y experiencias tecnológicas de vanguardia.
327355
</div>
328356
</section>
329357
<section class="laia-section">
@@ -399,6 +427,16 @@ <h1 class="laia-title">Hub Creativo</h1>
399427
</section>
400428
</div>
401429

430+
<section class="laia-cta w-container">
431+
<h2 class="laia-cta-title">Suscríbete al boletín de LAIA</h2>
432+
<a
433+
class="laia-cta-btn w-button"
434+
href="https://forms.gle/YTBuNWJLeLxu9MYj7"
435+
target="_blank"
436+
rel="noopener noreferrer"
437+
>Suscribirme</a>
438+
</section>
439+
402440
<section class="footer-light-2">
403441
<div
404442
id="w-node-laia-footer-divider"

0 commit comments

Comments
 (0)