feat(ui): enhance subtitle text for clarity and detail

- Updated the subtitle on the welcome page to better describe the purpose of the training sessions
- Text now specifies hands-on, interactive Git training for all skill levels
- Improves user understanding of the offering at a glance
This commit is contained in:
2025-08-30 10:37:54 +05:30
parent 31a0ab5776
commit 901863e995

View File

@@ -14,7 +14,7 @@
<i class="fas fa-code-branch"></i>
</div>
<h2 class="title">Welcome to Git Training Hub !</h2>
<p class="subtitle">Master version control with our interactive training</p>
<p class="subtitle">Master version control and collaboration with our hands-on, interactive Git training sessions designed for all skill levels.</p>
<div class="cta-buttons">
<button class="btn primary">Get Started</button>
<button class="btn secondary">Learn More</button>