Make the About/"Learn more" home CTA a descriptive link

Lighthouse SEO flagged the EN "Learn more" -> /en/about-us/ link as
non-descriptive; renamed to "Learn more about MSOS". The MK/SI
equivalents were dead <button>s (no href, no JS handler) — converted
them to real links to their about-us page with descriptive text
("Дознај повеќе за МСОС" / "Več o MSOS").

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
popovskik 2026-08-30 17:30:05 +02:00
parent 7ad3d1d247
commit af97f7144c
3 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@
<div class="team-content"> <div class="team-content">
<h2>Every Student Has a Story, Heres Ours</h2> <h2>Every Student Has a Story, Heres Ours</h2>
<p>Curious about what MSOS is all about? This video tells our story, fast, fun, and from the heart. See what makes MSOS special in our video, and hit “Learn more” to be part of the story.</p> <p>Curious about what MSOS is all about? This video tells our story, fast, fun, and from the heart. See what makes MSOS special in our video, and hit “Learn more” to be part of the story.</p>
<a href="../en/about-us/" class="btn btn-secondary">Learn more</a> <a href="../en/about-us/" class="btn btn-secondary">Learn more about MSOS</a>
</div> </div>
</section> </section>

View File

@ -268,7 +268,7 @@
<div class="team-content"> <div class="team-content">
<h2>Секој студент има своја приказна, а ова е нашата!</h2> <h2>Секој студент има своја приказна, а ова е нашата!</h2>
<p>Сакате да дознаете што претставува МСОС? Ова видео ја раскажува нашата приказна, брзо, забавно и од срце. Погледнете што го прави МСОС посебен и кликнете „Дознај повеќе“ за да станете дел од приказната.</p> <p>Сакате да дознаете што претставува МСОС? Ова видео ја раскажува нашата приказна, брзо, забавно и од срце. Погледнете што го прави МСОС посебен и кликнете „Дознај повеќе“ за да станете дел од приказната.</p>
<button class="btn btn-secondary">Дознај повеќе</button> <a href="../mk/about-us/" class="btn btn-secondary">Дознај повеќе за МСОС</a>
</div> </div>
</section> </section>

View File

@ -268,7 +268,7 @@
<div class="team-content"> <div class="team-content">
<h2>Spoznajte našo izjemno ekipo!</h2> <h2>Spoznajte našo izjemno ekipo!</h2>
<p>Naša filozofija je preprosta, zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.</p> <p>Naša filozofija je preprosta, zaposliti ekipo raznolikih, strastnih ljudi in gojiti kulturo, ki vas opolnomoči, da opravite svoje najboljše delo.</p>
<button class="btn btn-secondary">Več o tem</button> <a href="../si/about-us/" class="btn btn-secondary">Več o MSOS</a>
</div> </div>
</section> </section>