This commit is contained in:
2024-10-10 15:56:48 +02:00
parent 3a1a63025e
commit 4822a65311
78 changed files with 478 additions and 115 deletions

View File

@@ -20,15 +20,15 @@ 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-white tracking-tighter lg:text-7xl text-5xl">
The Future of <span className='text-gradient-light'>Collaboration is Now.</span>
<h1 className="font-display lg:max-w-3xl font-bold text-gradient-new2 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">
</div>
<div className="mt-10 pb-8 flex items-center justify-center gap-x-6">
<a
href="#"
className="rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500"
className="rounded-2xl btn-light px-3.5 py-2.5 text-sm font-semibold"
>
Join OurVerse
</a>