Merge pull request #141 from davidmonterocrespo24/hero-editor-screenshot

feat(marketing): replace mock hero with live editor screenshot
This commit is contained in:
David Montero Crespo 2026-05-07 16:30:05 -03:00 committed by GitHub
commit 458d2b0bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -845,12 +845,14 @@ export const LandingPage: React.FC = () => {
</div>
<div className="hero-right">
<picture>
<source srcSet="/image.webp" type="image/webp" />
<source srcSet="/marketing/hero-editor.webp" type="image/webp" />
<source srcSet="/marketing/hero-editor.png" type="image/png" />
<img
src="/image.png"
alt="Velxio simulator preview"
src="/marketing/hero-editor.png"
alt="Velxio editor with Arduino Uno traffic-light circuit"
className="hero-preview-img"
loading="lazy"
loading="eager"
fetchPriority="high"
/>
</picture>
</div>