edit about

This commit is contained in:
sasha-astiadi 2024-10-14 16:14:00 +02:00
parent 84223e79d2
commit 23fc5d8a97
3 changed files with 6 additions and 4 deletions

View File

@ -16,8 +16,8 @@ export default function CTA() {
<p className="mt-2 text-3xl font-bold tracking-tight text-gradient sm:text-4xl">Powered by ThreeFold</p> <p className="mt-2 text-3xl font-bold tracking-tight text-gradient sm:text-4xl">Powered by ThreeFold</p>
<p className="mt-6 text-base leading-7 text-gray-900"> <p className="mt-6 text-base leading-7 text-gray-900">
OurVerse is powered by the ThreeFold Grid, a decentralized infrastructure that ensures your metaverse experience is secure, scalable and truly independent.<br/><br/> OurVerse is powered by the ThreeFold Grid, a decentralized infrastructure that ensures your metaverse experience is secure, scalable and truly independent.<br/><br/>
By leveraging this innovative technology, we provide a fully decentralized platform where data confidentiality is paramount, and your interactions remain free from centralized control.</p> Our proximity to ThreeFold's edge computing also allows rendering speeds unmatched in the industry. This allows streaming and graphic rendering at super high speeds with pixel perfect imagery, making Our Verse the first metaverse to achieve this status. Even on mobile devices, GPU rendering shows quality previously not available for such experiences.</p>
<div className="mt-8"> <div className="mt-8 inline-flex gap-x-6">
<a <a
href="/community.html" href="/community.html"
className="inline-flex rounded-2xl bg-white/10 px-3.5 py-2.5 text-base font-semibold text-white shadow-sm btn-dark" className="inline-flex rounded-2xl bg-white/10 px-3.5 py-2.5 text-base font-semibold text-white shadow-sm btn-dark"

View File

@ -58,7 +58,7 @@ const featuredPost = {
> >
Learn More Learn More
</a> </a>
<a href="/events" className="text-base font-semibold leading-6 text-linkgo"> <a href="/events" className="text-base font-semibold leading-6 text-link">
See more events <span aria-hidden="true"></span> See more events <span aria-hidden="true"></span>
</a> </a>
</div> </div>

View File

@ -185,7 +185,9 @@ export default function Featureshome() {
</div> </div>
))} ))}
<div className="mt-6"> <div className="mt-6">
<a href="/features" className="inline-flex rounded-2xl px-4 py-1.5 text-base font-semibold leading-7 text-white shadow-sm btn-dark" <a
href="/features"
className="inline-flex rounded-2xl px-4 py-1.5 text-base font-semibold leading-7 text-white shadow-sm btn-gradient-dark"
> >
Explore Features Explore Features
</a> </a>