changed color
This commit is contained in:
@@ -8,7 +8,7 @@ export function Hero() {
|
||||
<BackgroundImage className="-bottom-14 -top-20" />
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12">
|
||||
<h1 className="font-display text-3xl font-medium tracking-tighter text-purple-500 sm:text-6xl">
|
||||
<h1 className="font-display text-3xl font-semibold tracking-tighter font-gradient sm:text-6xl">
|
||||
OurVerse
|
||||
</h1>
|
||||
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-purple-700">
|
||||
@@ -30,7 +30,7 @@ export function Hero() {
|
||||
['Countries', '15'],
|
||||
].map(([name, value]) => (
|
||||
<div key={name}>
|
||||
<dt className="font-mono text-sm text-purple-500">{name}</dt>
|
||||
<dt className="font-mono text-sm text-purple-600">{name}</dt>
|
||||
<dd className="mt-0.5 text-2xl font-semibold tracking-tight text-purple-900">
|
||||
{value}
|
||||
</dd>
|
||||
|
Reference in New Issue
Block a user