change purple
This commit is contained in:
@@ -8,10 +8,10 @@ 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-blue-700 sm:text-6xl">
|
||||
<h1 className="font-display text-3xl font-medium tracking-tighter text-purple-500 sm:text-6xl">
|
||||
OurVerse
|
||||
</h1>
|
||||
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-blue-900">
|
||||
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-purple-700">
|
||||
<p>
|
||||
OurVerse empowers users to build, manage, and monetize their unique virtual experiences
|
||||
by blending the latest advancements in blockchain technology with immersive virtual reality.
|
||||
@@ -30,8 +30,8 @@ export function Hero() {
|
||||
['Countries', '15'],
|
||||
].map(([name, value]) => (
|
||||
<div key={name}>
|
||||
<dt className="font-mono text-sm text-blue-500">{name}</dt>
|
||||
<dd className="mt-0.5 text-2xl font-semibold tracking-tight text-blue-900">
|
||||
<dt className="font-mono text-sm text-purple-500">{name}</dt>
|
||||
<dd className="mt-0.5 text-2xl font-semibold tracking-tight text-purple-900">
|
||||
{value}
|
||||
</dd>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user