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

@@ -34,19 +34,19 @@ export function Newsletter() {
/>
<div className="relative mx-auto grid max-w-2xl grid-cols-1 gap-x-32 gap-y-14 xl:max-w-none xl:grid-cols-2">
<div>
<p className="font-display text-4xl font-medium tracking-tighter text-blue-900 sm:text-5xl">
<p className="font-display text-4xl font-medium tracking-tighter text-purple-900 sm:text-5xl">
Stay up to date
</p>
<p className="mt-4 text-lg tracking-tight text-blue-900">
<p className="mt-4 text-lg tracking-tight text-purple-900">
Get updates on all of our events and be the first to get
notified when tickets go on sale.
</p>
</div>
<form>
<h3 className="text-lg font-semibold tracking-tight text-blue-900">
<h3 className="text-lg font-semibold tracking-tight text-purple-900">
Sign up to our newsletter <span aria-hidden="true">&darr;</span>
</h3>
<div className="mt-5 flex rounded-3xl bg-white py-2.5 pr-2.5 shadow-xl shadow-blue-900/5 focus-within:ring-2 focus-within:ring-blue-900">
<div className="mt-5 flex rounded-3xl bg-white py-2.5 pr-2.5 shadow-xl shadow-purple-900/5 focus-within:ring-2 focus-within:ring-purple-900">
<input
type="email"
required