Skip to content

Commit

Permalink
addition of community links to hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmith-dev committed Aug 24, 2024
1 parent f9282b4 commit 1b4d6cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
import SocialLinks from './SocialLinks.astro';
import '../styles/Hero.css';
import CommunityLinks from './CommunityLinks.astro';
---
<section class="hero-section">
<div class="hero-content">
<span class="hero-title">Vortex Linux v0.1 Coming Soon</span>
<p class="hero-subtitle">The Secure, Immutable OS that Empowers Every User</p>
<a href="/download" class="hero-button">Download Now</a>
<p class="hero-subtitle">Get Involved</p>
<CommunityLinks/>
<p class="hero-subtitle">Follow Us!</p>
<SocialLinks/>
</div>
</section>

0 comments on commit 1b4d6cc

Please sign in to comment.