feat: add 4th benefit card (Free & Open Source) with translations

This commit is contained in:
2026-01-16 03:44:53 +01:00
parent 9753c7066c
commit f475d84b39
2 changed files with 22 additions and 0 deletions

View File

@@ -132,6 +132,16 @@
Learn CSS, HTML, and Tailwind the way professionals use them—through hands-on exercises and reference guides.
</p>
</article>
<article class="benefit-card">
<svg class="benefit-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
</svg>
<h3 data-i18n="landingBenefit4Title">Free & Open Source</h3>
<p data-i18n="landingBenefit4Text">
No account, no paywall, no tracking. Your progress stays in your browser. The code is open for everyone.
</p>
</article>
</div>
</section>