edit img
This commit is contained in:
parent
de1e7160eb
commit
a2bf2edd99
@ -26,16 +26,13 @@ export function Heropage() {
|
||||
<h2 className="font-display mt-8 lg:max-w-4xl section-text-light">OurVerse has developed <span className='font-semibold text-white'>OurHero Verse 3D</span>, a cutting-edge system that allows users to generate full 3D virtual environments using text input alone. With this tool, users can create immersive and interactive environments, tailored to their needs, simply by describing them. <br/> <br/>In addition to full environments, the system can generate HDRI environments, ensuring a surrounding atmosphere that matches the generated space. </h2>
|
||||
<div className="lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight leading-normal text-purple-800">
|
||||
</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">
|
||||
<a
|
||||
href="https://portal.ourverse.tf" target='_blank'
|
||||
href="https://portal.ourverse.tf" target='_blank' rel="noopener noreferrer"
|
||||
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
|
||||
>
|
||||
Try HeroVerse 3D
|
||||
</a>
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
Loading…
Reference in New Issue
Block a user