edi
This commit is contained in:
@@ -72,7 +72,7 @@ export default function BentoSection() {
|
||||
>
|
||||
See Features
|
||||
</a>
|
||||
<a href="#" className="text-sm py-2.5 font-semibold leading-6 text-cyan-600 hover:text-purple-500">
|
||||
<a href="#" className="text-sm py-2.5 font-semibold leading-6 text-link">
|
||||
Read Use Cases <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@@ -58,7 +58,7 @@ const featuredPost = {
|
||||
>
|
||||
Learn More
|
||||
</a>
|
||||
<a href="/events" className="text-sm font-semibold leading-6 text-cyan-600 hover:text-purple-700">
|
||||
<a href="/events" className="text-sm font-semibold leading-6 text-link">
|
||||
See more events <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -85,7 +85,7 @@ const featuredPost = {
|
||||
<a
|
||||
href={post.href}
|
||||
aria-describedby="post"
|
||||
className="text-sm font-semibold leading-6 text-cyan-600 hover:text-purple-700 mt-2"
|
||||
className="text-sm font-semibold leading-6 text-link mt-2"
|
||||
>
|
||||
Learn More <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
|
@@ -25,8 +25,8 @@ export function Hero() {
|
||||
Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together.
|
||||
</p>
|
||||
<br/>
|
||||
<a href="/about" className="lg:text-base pt-4 text-sm font-mono text-link">
|
||||
<u>Learn More about OurVerse<span aria-hidden="true">→</span></u>
|
||||
<a href="/about" className="lg:text-lg pt-4 text-sm font-semibold text-link">
|
||||
<u>Learn More about OurVerse <span aria-hidden="true">→</span></u>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@@ -68,7 +68,7 @@ import {
|
||||
>
|
||||
Try Now
|
||||
</a>
|
||||
<a href="#" className="text-sm font-semibold leading-6 text-purple-900 hover:text-purple-500">
|
||||
<a href="/heroverse.html" className="text-sm font-semibold leading-6 text-link">
|
||||
Learn more <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@@ -27,13 +27,15 @@ export function Homepage() {
|
||||
</div>
|
||||
<div className="mt-10 pb-8 flex items-center justify-center gap-x-6">
|
||||
<a
|
||||
href="#"
|
||||
href="https://portal.ourverse.tf"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="rounded-2xl btn-light px-3.5 py-2.5 text-sm font-semibold"
|
||||
>
|
||||
Join OurVerse
|
||||
</a>
|
||||
<a href="#" className="text-sm font-semibold leading-6 text-white hover:text-purple-200">
|
||||
Learn more <span aria-hidden="true">→</span>
|
||||
<a href="/features.html" className="text-sm font-semibold leading-6 text-white hover:text-purple-200">
|
||||
Discover Features <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -404,7 +404,7 @@
|
||||
}
|
||||
|
||||
.text-link {
|
||||
background-color: #6737aa; /* Dark purple */
|
||||
background-color: #703db7; /* Dark purple */
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
|
Reference in New Issue
Block a user