add event page

This commit is contained in:
2024-08-28 16:24:37 +02:00
parent a932bcd745
commit 3d0d78a186
1609 changed files with 6540 additions and 19472 deletions

View File

@@ -5,7 +5,7 @@ import { ChevronRightIcon } from '@heroicons/react/20/solid'
export function Homepage() {
return (
<Gradient className="pt-24 pb-24">
<Gradient className="pt-24 pb-12">
<Container>
{/* Background Video */}
<video
@@ -25,8 +25,8 @@ export function Homepage() {
<span className="rounded-full bg-blue-700/10 px-3 py-1 text-sm font-semibold leading-6 text-blue-700 ring-1 ring-inset ring-indigo-600/10">
What's new
</span>
<a href="/events/metafest" className="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-blue-600 hover:text-blue-900">
<span className="underline">Announcing MetaFest 2024</span>
<a href="/events/versefest" className="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-blue-600 hover:text-blue-900">
<span className="underline">Announcing: VerseFest 2024</span>
<ChevronRightIcon className="h-5 w-5 text-blue-700" aria-hidden="true" />
</a>
</div>