edit image n footer
This commit is contained in:
parent
b4287ee530
commit
de1e7160eb
Binary file not shown.
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 76 KiB |
BIN
public/images/collaborate3.jpg
Normal file
BIN
public/images/collaborate3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
Binary file not shown.
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 111 KiB |
BIN
public/images/communicate3.jpg
Normal file
BIN
public/images/communicate3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 KiB |
@ -87,7 +87,7 @@ export default function BentoSection() {
|
||||
}
|
||||
fade={['bottom']}
|
||||
className="max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl"
|
||||
link="/features"
|
||||
link="/features.html"
|
||||
/>
|
||||
<BentoCard
|
||||
eyebrow="Connected Experiences"
|
||||
@ -98,7 +98,7 @@ export default function BentoSection() {
|
||||
}
|
||||
fade={['bottom']}
|
||||
className="lg:col-span-3 lg:rounded-tr-4xl"
|
||||
link="/features"
|
||||
link="/features.html"
|
||||
/>
|
||||
<BentoCard
|
||||
eyebrow="3D Modeling"
|
||||
@ -119,7 +119,7 @@ export default function BentoSection() {
|
||||
}
|
||||
fade={['bottom']}
|
||||
className="lg:col-span-2"
|
||||
link="/features"
|
||||
link="/features.html"
|
||||
/>
|
||||
<BentoCard
|
||||
eyebrow="Social Media"
|
||||
@ -130,7 +130,7 @@ export default function BentoSection() {
|
||||
}
|
||||
fade={['bottom']}
|
||||
className="max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl"
|
||||
link="/features"
|
||||
link="/features.html"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@ const featuredPost = {
|
||||
>
|
||||
Learn More
|
||||
</a>
|
||||
<a href="/events" className="text-base font-semibold leading-6 text-link">
|
||||
<a href="https://www.ourverse.tf/events.html" className="text-base font-semibold leading-6 text-link">
|
||||
See more events <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -4,23 +4,22 @@ const navigation = {
|
||||
solutions: [
|
||||
{ name: 'OurVerse App', href: 'https://portal.ourverse.tf', target: '_blank', rel: 'noopener noreferrer' },
|
||||
{ name: 'HeroVerse 3D', href: '/heroverse.html ' },
|
||||
{ name: 'Features', href: '/features.html' },
|
||||
{ name: 'Usecases', href: '/usecases.html' },
|
||||
{ name: 'Features', href: 'https://ourverse.tf/features.html' },
|
||||
{ name: 'Usecases', href: 'https://ourverse.tf/usecases.html' },
|
||||
|
||||
],
|
||||
support: [
|
||||
{ name: 'Support', href: 'mailto:info@ourverse.tf', target: '_blank', rel: 'noopener noreferrer' },
|
||||
{ name: 'About', href: '/about.html' },
|
||||
{ name: 'Community', href: '/community.html' },
|
||||
{ name: 'Events', href: '/events.html' },
|
||||
{ name: 'Community', href: 'https://ourverse.tf/community.html' },
|
||||
{ name: 'Events', href: 'https://ourverse.tf/events.html' },
|
||||
],
|
||||
partners: [
|
||||
{ name: 'ThreeFold', href: 'https://threefold.io', target: '_blank', rel: 'noopener noreferrer' },
|
||||
{ name: 'Vindo', href: 'https://vindo.ai', target: '_blank', rel: 'noopener noreferrer' },
|
||||
],
|
||||
company: [
|
||||
{ name: 'About', href: '/about.html' },
|
||||
{ name: 'About', href: 'https://ourverse.tf/about.html' },
|
||||
{ name: 'OurWorld', href: 'https://ourworld.tf', target: '_blank', rel: 'noopener noreferrer' },
|
||||
{ name: 'Support', href: 'mailto:info@ourverse.tf', target: '_blank', rel: 'noopener noreferrer' },
|
||||
|
||||
],
|
||||
social: [
|
||||
|
@ -25,7 +25,7 @@ import {
|
||||
NEW
|
||||
</btn>
|
||||
<p className="mt-8 h3-title text-center">Introducing: OurHero Verse 3D</p>
|
||||
<p className="mt-4 items-center align-center text-center section-text font-display -ct">
|
||||
<p className="mt-4 items-center align-center text-center section-text font-display">
|
||||
First Generative AI 3D Tools for the Metaverse and Beyond
|
||||
</p>
|
||||
</div>
|
||||
@ -58,16 +58,13 @@ import {
|
||||
</p>
|
||||
|
||||
</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' rel="noopener noreferrer"
|
||||
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
|
||||
>
|
||||
Try Now
|
||||
</a>
|
||||
<a href="/heroverse.html" className="text-base font-semibold leading-6 text-link">
|
||||
Learn more <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user