change purple

This commit is contained in:
2024-09-10 17:23:53 +02:00
parent df0abb99ab
commit ab19547027
687 changed files with 2601 additions and 21459 deletions

View File

@@ -8,7 +8,6 @@ export default function community() {
return (
<>
<Communhero />
<Commevents />
<Events />
</>
)

View File

@@ -17,7 +17,7 @@ export default function versefest() {
<Speakers />
<Schedule />
<FAQ />
<Newsletter />
</>
)
}

View File

@@ -9,13 +9,13 @@ export default function NotFound() {
<div className="relative flex h-full items-center py-20 sm:py-36">
<BackgroundImage className="-top-36 bottom-0" />
<Container className="relative flex w-full flex-col items-center">
<p className="font-display text-2xl tracking-tight text-blue-900">
<p className="font-display text-2xl tracking-tight text-purple-900">
404
</p>
<h1 className="mt-4 font-display text-4xl font-medium tracking-tighter text-blue-600 sm:text-5xl">
<h1 className="mt-4 font-display text-4xl font-medium tracking-tighter text-purple-600 sm:text-5xl">
Page not found
</h1>
<p className="mt-4 text-lg tracking-tight text-blue-900">
<p className="mt-4 text-lg tracking-tight text-purple-900">
Sorry, we couldnt find the page youre looking for.
</p>
<Button href="/" className="mt-8">