development #1

Merged
sashaastiadi merged 21 commits from sashaastiadi/www_mycelium_net:development into development 2025-10-15 11:51:09 +00:00
Showing only changes of commit 36a37cb48c - Show all commits

View File

@@ -1,4 +1,5 @@
import { AppStoreLink } from '@/components/AppStoreLink'
import { Button } from '@/components/Button'
import { CircleBackground } from '@/components/CircleBackground'
import { Container } from '@/components/Container'
@@ -22,6 +23,15 @@ export function About() {
<p className="mt-6 text-lg text-gray-300">
Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.
</p>
<div className="mt-8 flex justify-center">
<Button
href="https://docs.ourworld.tf/mycelium_cloud/docs/"
target="_blank"
variant="outline"
>
Learn More
</Button>
</div>
</div>
</Container>
</section>