change purple
This commit is contained in:
@@ -8,7 +8,6 @@ export default function community() {
|
||||
return (
|
||||
<>
|
||||
<Communhero />
|
||||
<Commevents />
|
||||
<Events />
|
||||
</>
|
||||
)
|
||||
|
@@ -17,7 +17,7 @@ export default function versefest() {
|
||||
<Speakers />
|
||||
<Schedule />
|
||||
<FAQ />
|
||||
<Newsletter />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
@@ -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 couldn’t find the page you’re looking for.
|
||||
</p>
|
||||
<Button href="/" className="mt-8">
|
||||
|
Reference in New Issue
Block a user