Skip to content

Commit f310627

Browse files
fix(index): update about us section (#276)
1 parent 493896c commit f310627

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

index.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,32 @@ <h2 class="fw-bolder mb-0">About us</h2>
2828
<div class="col-lg-8">
2929
<div class="row gx-5 row-cols-1 row-cols-md-2">
3030
<div class="col mb-5 h-100">
31-
<div class="feature bg-warning bg-gradient mb-3">
31+
<div class="feature bg-primary bg-gradient mb-3">
3232
<i class="fa-solid fa-code"></i>
3333
</div>
34-
<h3>Open source</h3>
35-
<p class="mb-0">All of our projects are open source.</p>
34+
<h3>Innovative Software</h3>
35+
<p class="mb-0">Building cutting-edge solutions for streaming, media management, and development infrastructure.</p>
3636
</div>
3737
<div class="col mb-5 h-100">
38-
<div class="feature bg-secondary bg-gradient mb-3">
39-
<i class="fa-fw fa-solid fa-dollar-sign"></i>
38+
<div class="feature bg-info bg-gradient mb-3">
39+
<i class="fa-solid fa-server"></i>
4040
</div>
41-
<h3>Free</h3>
42-
<p class="mb-0">Free to use software.</p>
41+
<h3>Self-Hosted Solutions</h3>
42+
<p class="mb-0">Deploy on your own infrastructure with complete control over your data and services.</p>
4343
</div>
4444
<div class="col mb-5 mb-md-0 h-100">
45-
<div class="feature bg-info bg-gradient mb-3">
46-
<i class="fa-fw fa-solid fa-users"></i>
45+
<div class="feature bg-secondary bg-gradient mb-3">
46+
<i class="fa-solid fa-layer-group"></i>
4747
</div>
48-
<h3>Community</h3>
49-
<p class="mb-0">
50-
We are community oriented and our projects are driven by the community.</p>
48+
<h3>Multi-Platform</h3>
49+
<p class="mb-0">Cross-platform support across Windows, Linux, and macOS for maximum flexibility.</p>
5150
</div>
5251
<div class="col h-100">
53-
<div class="feature bg-primary bg-gradient mb-3">
54-
<i class="fa-lg fa-solid fa-spin fa-arrows-spin"></i>
52+
<div class="feature bg-success bg-gradient mb-3">
53+
<i class="fa-solid fa-gauge-high"></i>
5554
</div>
56-
<h3>Continuous Improvement</h3>
57-
<p class="mb-0">We are committed to improving our products.</p>
55+
<h3>Performance Driven</h3>
56+
<p class="mb-0">Engineered for efficiency and reliability with modern development practices.</p>
5857
</div>
5958
</div>
6059
</div>

0 commit comments

Comments
 (0)