About me corrections and CTA button

This commit is contained in:
2025-09-01 13:56:11 +02:00
parent 0e6ddfede4
commit 8564125edf
4 changed files with 77 additions and 4 deletions

View File

@ -98,9 +98,14 @@
<div class="hero-content">
<h2>Geef uw computer een tweede leven</h2>
<p class="hero-subtitle">Windows 10-ondersteuning eindigt binnenkort? Ik help u graag overstappen. Ontdek hoe Linux uw hardware nieuw leven kan geven.</p>
<div class="hero-buttons">
<a href="#voordelen" class="btn btn-primary">↓ Meer weten</a>
<a href="/contact" class="btn btn-secondary">Gratis advies</a>
<div class="hero-buttons hero-buttons--stack">
<div class="hero-buttons-row hero-buttons-row--secondary">
<a href="/contact" class="btn btn-secondary">Gratis advies</a>
<a href="/over-mij" class="btn btn-secondary">Wie ben ik?</a>
</div>
<div class="hero-buttons-row hero-buttons-row--primary">
<a href="#voordelen" class="btn btn-primary">↓ Meer weten</a>
</div>
</div>
</div>
</section>