This commit is contained in:
sasha-astiadi 2024-10-10 16:15:19 +02:00
parent 9d0dd7be9e
commit cab9abb8d4
28 changed files with 47 additions and 18 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
{ {
"/_not-found/page": "app/_not-found/page.js", "/_not-found/page": "app/_not-found/page.js",
"/(main)/page": "app/(main)/page.js", "/(main)/page": "app/(main)/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/community/page": "app/community/page.js", "/community/page": "app/community/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/features/page": "app/features/page.js", "/features/page": "app/features/page.js",
"/usecases/page": "app/usecases/page.js" "/usecases/page": "app/usecases/page.js"
} }

File diff suppressed because one or more lines are too long

View File

@ -125,7 +125,7 @@
/******/ /******/
/******/ /* webpack/runtime/getFullHash */ /******/ /* webpack/runtime/getFullHash */
/******/ (() => { /******/ (() => {
/******/ __webpack_require__.h = () => ("2290e0fa8ee04952") /******/ __webpack_require__.h = () => ("f400da615b1e30aa")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -72,7 +72,7 @@ export default function BentoSection() {
> >
See Features See Features
</a> </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> Read Use Cases <span aria-hidden="true"></span>
</a> </a>
</div> </div>

View File

@ -58,7 +58,7 @@ const featuredPost = {
> >
Learn More Learn More
</a> </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> See more events <span aria-hidden="true"></span>
</a> </a>
</div> </div>
@ -85,7 +85,7 @@ const featuredPost = {
<a <a
href={post.href} href={post.href}
aria-describedby="post" 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">&rarr;</span> Learn More <span aria-hidden="true">&rarr;</span>
</a> </a>

View File

@ -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. 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> </p>
<br/> <br/>
<a href="/about" className="lg:text-base pt-4 text-sm font-mono text-link"> <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> <u>Learn More about OurVerse <span aria-hidden="true"></span></u>
</a> </a>
</div> </div>

View File

@ -68,7 +68,7 @@ import {
> >
Try Now Try Now
</a> </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> Learn more <span aria-hidden="true"></span>
</a> </a>
</div> </div>

View File

@ -27,13 +27,15 @@ export function Homepage() {
</div> </div>
<div className="mt-10 pb-8 flex items-center justify-center gap-x-6"> <div className="mt-10 pb-8 flex items-center justify-center gap-x-6">
<a <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" className="rounded-2xl btn-light px-3.5 py-2.5 text-sm font-semibold"
> >
Join OurVerse Join OurVerse
</a> </a>
<a href="#" className="text-sm font-semibold leading-6 text-white hover:text-purple-200"> <a href="/features.html" className="text-sm font-semibold leading-6 text-white hover:text-purple-200">
Learn more <span aria-hidden="true"></span> Discover Features <span aria-hidden="true"></span>
</a> </a>
</div> </div>
</div> </div>

View File

@ -404,7 +404,7 @@
} }
.text-link { .text-link {
background-color: #6737aa; /* Dark purple */ background-color: #703db7; /* Dark purple */
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;