edit text

This commit is contained in:
2024-10-11 13:29:40 +02:00
parent 0407afaf5b
commit 4f67c29af8
52 changed files with 156 additions and 816 deletions

View File

@@ -20,7 +20,7 @@ export function Homepage() {
</video>
<div className="mx-auto max-w-xl lg:max-w-6xl text-center">
<h1 className="font-display lg:max-w-3xl font-bold text-gradient-new2 tracking-tighter lg:text-7xl text-5xl">
<h1 className="font-display lg:max-w-3xl font-bold text-white tracking-tighter lg:text-7xl text-5xl">
The Future of <span className='text-white'>Collaboration is Now.</span>
</h1>
<div className="lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight leading-normal text-purple-800">
@@ -30,11 +30,11 @@ export function Homepage() {
href="https://portal.ourverse.tf"
target="_blank"
rel="noopener noreferrer"
className="rounded-2xl btn-light px-3.5 py-2.5 text-sm font-semibold"
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold"
>
Join OurVerse
</a>
<a href="/features.html" className="text-sm font-semibold leading-6 text-white hover:text-purple-200">
<a href="/features.html" className="text-base font-semibold leading-6 text-white hover:text-purple-200">
Discover Features <span aria-hidden="true"></span>
</a>
</div>