Add links to social media and GitHub in LandingPage for better navigation

This commit is contained in:
Nikita
2025-12-23 18:17:28 -08:00
parent 9e62068359
commit 1bb0450d02
+12 -1
View File
@@ -25,14 +25,25 @@ function LandingPage() {
<p className="mt-4 text-xl text-white/80 drop-shadow-lg"> <p className="mt-4 text-xl text-white/80 drop-shadow-lg">
Save anything privately. Share it. Save anything privately. Share it.
</p> </p>
<div className="mt-6 flex items-center gap-4">
<a <a
href="https://x.com/linsa_io" href="https://x.com/linsa_io"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="mt-6 text-sm text-white/60 transition-colors hover:text-white" className="text-sm text-white/60 transition-colors hover:text-white"
> >
@linsa_io @linsa_io
</a> </a>
<span className="text-white/30">·</span>
<a
href="https://github.com/linsa-io/linsa"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-white/60 transition-colors hover:text-white"
>
Open Source
</a>
</div>
</div> </div>
{/* Gallery Section */} {/* Gallery Section */}