edit links

This commit is contained in:
sasha-astiadi 2024-10-15 15:42:14 +02:00
parent 8013ff1acb
commit 57dec62860
13 changed files with 18 additions and 19 deletions

View File

@ -26,7 +26,7 @@ export default function Abouthero() {
</p> </p>
<div className="mt-10 pb-8 flex items-center gap-x-6"> <div className="mt-10 pb-8 flex items-center gap-x-6">
<a <a
href="#" href="https://portal.ourverse.tf" target='_blank'
className="rounded-2xl btn-dark text-base font-semibold px-3.5 py-2.5" className="rounded-2xl btn-dark text-base font-semibold px-3.5 py-2.5"
> >
Join OurVerse Join OurVerse

View File

@ -13,9 +13,9 @@ export default function Bottom() {
</p> </p>
<div className="mt-10 flex items-center justify-center gap-x-6"> <div className="mt-10 flex items-center justify-center gap-x-6">
<a <a
href="https://portal.ourverse.tf" href="https://portal.ourverse.tf"
target='_blank'
className="rounded-2xl btn-dark text-base font-semibold text-gray-900" className="rounded-2xl btn-dark text-base font-semibold text-gray-900"
target="_blank"
rel="noopener noreferrer"c rel="noopener noreferrer"c
> >
Sign Up Now Sign Up Now

View File

@ -28,7 +28,7 @@ export default function Communhero() {
</p> </p>
<div className="mt-10 pb-8 flex items-center gap-x-6"> <div className="mt-10 pb-8 flex items-center gap-x-6">
<a <a
href="#" href="https://portal.ourverse.tf" target='_blank'
className="rounded-2xl btn-dark font-semibold px-3.5 py-2.5" className="rounded-2xl btn-dark font-semibold px-3.5 py-2.5"
> >
Join OurVerse Join OurVerse

View File

@ -37,7 +37,7 @@ export function Event1() {
</div> </div>
<div className="mt-10 pb-8 flex items-center gap-x-6"> <div className="mt-10 pb-8 flex items-center gap-x-6">
<a <a
href="#" href="https://portal.ourverse.tf" target='_blank'
className="rounded-xl bg-purple-700 px-6 py-3.5 lg:max-w-4xl max-w-2xl text-base tracking-tight font-semibold btn-gradient-dark2" className="rounded-xl bg-purple-700 px-6 py-3.5 lg:max-w-4xl max-w-2xl text-base tracking-tight font-semibold btn-gradient-dark2"
> >
Get Your FREE Ticket <TicketIcon className="h-5 w-5 mx-0.3 inline-block -mt-0.5" /> Get Your FREE Ticket <TicketIcon className="h-5 w-5 mx-0.3 inline-block -mt-0.5" />

View File

@ -21,7 +21,7 @@ export default function Eventhero() {
</p> </p>
<div className="mt-10 flex items-center gap-x-6"> <div className="mt-10 flex items-center gap-x-6">
<a <a
href="#" href="https://portal.ourverse.tf" target='_blank'
className="rounded-2xl font-semibold btn-gradient-dark2" className="rounded-2xl font-semibold btn-gradient-dark2"
> >
Get started Get started

View File

@ -53,7 +53,7 @@ const featuredPost = {
<div className="mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col"> <div className="mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col">
<div className="mt-4 flex items-center gap-x-6"> <div className="mt-4 flex items-center gap-x-6">
<a <a
href="#" href="https://portal.ourverse.tf" target='_blank'
className="rounded-2xl font-semibold btn-dark text-base leading-6" className="rounded-2xl font-semibold btn-dark text-base leading-6"
> >
Learn More Learn More

View File

@ -81,14 +81,14 @@ import {
</div> </div>
</div> </div>
<div className="mx-auto lg:mt-12 max-w-7xl px-6 mt-8 mb-12 lg:px-8"> <div className="mx-auto lg:mt-12 max-w-7xl px-6 mt-8 mb-12 lg:px-8">
<div className="mt-2 grid grid-cols-1 gap-x-8 gap-y-8 grid-cols-2 gap-y-10 lg:grid-cols-3"> <div className="mt-2 grid gap-x-8 gap-y-8 md:grid-cols-2 lg:grid-cols-3">
{products.map((product) => ( {products.map((product) => (
<div key={product.id} className="group relative"> <div key={product.id} className="group relative">
<div className="aspect-h-2 aspect-w-3 overflow-hidden rounded-lg bg-purple-100"> <div className="aspect-h-2 aspect-w-3 overflow-hidden rounded-lg bg-purple-100">
<img alt={product.imageAlt} src={product.imageSrc} className="object-cover object-center" /> <img alt={product.imageAlt} src={product.imageSrc} className="object-cover object-center" />
<div aria-hidden="true" className="flex items-end p-4 opacity-100 group-hover:opacity-100"> <div aria-hidden="true" className="flex items-end p-4 opacity-100 group-hover:opacity-100">
<div className="w-full rounded-md bg-white bg-opacity-75 px-4 py-2 text-center text-sm font-medium text-purple-700 backdrop-blur backdrop-filter"> <div className="w-full rounded-md bg-white bg-opacity-75 px-4 py-2 text-center text-sm font-medium text-purple-700 backdrop-blur backdrop-filter">
<a href="#"> <a href="https://portal.ourverse.tf" target='_blank' >
<span aria-hidden="true" className="absolute inset-0" /> <span aria-hidden="true" className="absolute inset-0" />
{product.name} {product.name}
</a> </a>

View File

@ -25,9 +25,8 @@ export default function Featurehero() {
</p> </p>
<div className="mt-10 pb-8 flex items-center gap-x-6"> <div className="mt-10 pb-8 flex items-center gap-x-6">
<a <a
href="https://portal.ourverse.tf" href="https://portal.ourverse.tf" target='_blank'
className="rounded-2xl btn-dark font-semibold px-3.5 py-2.5" className="rounded-2xl btn-dark font-semibold px-3.5 py-2.5"
target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Join OurVerse Join OurVerse

View File

@ -34,7 +34,7 @@ export function Header() {
</a> </a>
))} ))}
</div> </div>
<Button href="#">Join OurVerse</Button> <Button href="https://portal.ourverse.tf" target='_blank'>Join OurVerse</Button>
</div> </div>
<div className="lg:hidden flex items-center bg-gradient3"> <div className="lg:hidden flex items-center bg-gradient3">
<button <button
@ -73,7 +73,7 @@ export function Header() {
{item.name} {item.name}
</a> </a>
))} ))}
<Button href="#" className="mt-4 btn-gradient-dark"> <Button href="https://portal.ourverse.tf" target='_blank' className="mt-4 btn-gradient-dark">
Join OurVerse Join OurVerse
</Button> </Button>
</div> </div>

View File

@ -45,7 +45,7 @@ import {
</video> </video>
</div> </div>
</div> </div>
<div className="mt-4 mx-auto lg:mt-16 max-w-5xl px-6 mt-20 md:mt-24 lg:px-8 text-center items-center"> <div className="mt-4 mx-auto lg:mt-16 max-w-5xl px-6 lg:px-8 text-center items-center">
<h2 className="text-intro">Generative AI 3D Tool</h2> <h2 className="text-intro">Generative AI 3D Tool</h2>
<p className="mt-4 h3-title text-center">Transform your Imagination into Immersive Reality </p> <p className="mt-4 h3-title text-center">Transform your Imagination into Immersive Reality </p>
<p className="mt-8 items-center align-center section-text font-display -ct"> <p className="mt-8 items-center align-center section-text font-display -ct">
@ -60,7 +60,7 @@ import {
</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'
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm" className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
> >
Try Now Try Now

View File

@ -28,12 +28,12 @@ export function Heropage() {
</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'
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm" className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
> >
Try HeroVerse 3D Try HeroVerse 3D
</a> </a>
<a href="#" className="text-sm font-semibold leading-6 text-white hover:text-purple-200"> <a href="https://portal.ourverse.tf" rel="noopener noreferrer" target='_blank' className="text-sm font-semibold leading-6 text-white hover:text-purple-200">
Learn more <span aria-hidden="true"></span> Learn more <span aria-hidden="true"></span>
</a> </a>
</div> </div>

View File

@ -27,7 +27,7 @@ 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="https://portal.ourverse.tf" href="https://portal.ourverse.tf"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold" className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold"

View File

@ -26,7 +26,7 @@ export default function Usecases() {
<div className="mt-10 pb-8 flex items-center gap-x-6"> <div className="mt-10 pb-8 flex items-center gap-x-6">
<a <a
href="https://portal.ourverse.tf" href="https://portal.ourverse.tf" target='_blank'
className="rounded-2xl btn-dark font-semibold px-3.5 py-2.5" className="rounded-2xl btn-dark font-semibold px-3.5 py-2.5"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"