fix: video hero
Deploy con Podman / deploy (push) Failing after 7m15s

This commit is contained in:
2026-06-13 09:03:01 -05:00
parent 3a944b359a
commit 1ca7b5805f
4 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -77,13 +77,13 @@
<div class="video-container"> <div class="video-container">
<video <video
id="heroVideo" id="heroVideo"
poster="https://images.unsplash.com/photo-1551076805-e1869033e561?w=1280&h=720&fit=crop" poster="media/portada-cirux.png"
muted muted
loop loop
playsinline playsinline
> >
<source <source
src="https://cdn.coverr.co/videos/coverr-a-doctor-checking-on-a-patient-4867/1080p.mp4" src="media/video-cirux.mp4"
type="video/mp4" type="video/mp4"
/> />
</video> </video>
@@ -726,7 +726,7 @@
</div> </div>
<div class="footer-links"> <div class="footer-links">
<h4>Contacto</h4> <h4>Contacto</h4>
<a href="mailto:hola@cirux.co">hola@cirux.cloud</a> <a href="mailto:hola@cirux.cloud">hola@cirux.cloud</a>
<a href="https://wa.me/573236570699" <a href="https://wa.me/573236570699"
>WhatsApp: +57 323 657 0699</a >WhatsApp: +57 323 657 0699</a
> >
Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.
+1 -1
View File
@@ -96,7 +96,7 @@
data[key] = value; data[key] = value;
// Send data to WhatsApp API // Send data to WhatsApp API
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699&text=' + encodeURIComponent(JSON.stringify(data)); const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699;
window.open(apiUrl, '_blank'); window.open(apiUrl, '_blank');
}); });