This commit is contained in:
2025-07-24 10:05:46 +02:00
parent 5539e67fde
commit 6a3840a235
20 changed files with 611 additions and 60 deletions

View File

@@ -450,10 +450,10 @@ function Homepage() {
<div className="max-w-6xl mx-auto text-center">
<div className="flex items-center justify-center space-x-2 mb-4">
<Globe className="h-6 w-6 text-blue-400" />
<span className="text-xl font-bold">ThreeFold Cloud</span>
<span className="text-xl font-bold">ThreeFold Galaxy</span>
</div>
<p className="text-slate-400">Building the new internet, together in our sovereign digital freezone.</p>
<p className="text-sm text-slate-500 mt-4">© 2025 ThreeFold Cloud. A new era of decentralized infrastructure.</p>
<p className="text-sm text-slate-500 mt-4">© 2025 ThreeFold Galaxy. A new era of decentralized infrastructure.</p>
</div>
</footer>
</div>