mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 22:40:32 +01:00
Add links to social media and GitHub in LandingPage for better navigation
This commit is contained in:
@@ -25,14 +25,25 @@ function LandingPage() {
|
||||
<p className="mt-4 text-xl text-white/80 drop-shadow-lg">
|
||||
Save anything privately. Share it.
|
||||
</p>
|
||||
<a
|
||||
href="https://x.com/linsa_io"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="mt-6 text-sm text-white/60 transition-colors hover:text-white"
|
||||
>
|
||||
@linsa_io
|
||||
</a>
|
||||
<div className="mt-6 flex items-center gap-4">
|
||||
<a
|
||||
href="https://x.com/linsa_io"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-sm text-white/60 transition-colors hover:text-white"
|
||||
>
|
||||
@linsa_io
|
||||
</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>
|
||||
|
||||
{/* Gallery Section */}
|
||||
|
||||
Reference in New Issue
Block a user