edit image n footer

This commit is contained in:
sasha-astiadi 2024-10-16 15:37:59 +02:00
parent b4287ee530
commit de1e7160eb
8 changed files with 13 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 76 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

View File

@ -87,7 +87,7 @@ export default function BentoSection() {
} }
fade={['bottom']} fade={['bottom']}
className="max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl" className="max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl"
link="/features" link="/features.html"
/> />
<BentoCard <BentoCard
eyebrow="Connected Experiences" eyebrow="Connected Experiences"
@ -98,7 +98,7 @@ export default function BentoSection() {
} }
fade={['bottom']} fade={['bottom']}
className="lg:col-span-3 lg:rounded-tr-4xl" className="lg:col-span-3 lg:rounded-tr-4xl"
link="/features" link="/features.html"
/> />
<BentoCard <BentoCard
eyebrow="3D Modeling" eyebrow="3D Modeling"
@ -119,7 +119,7 @@ export default function BentoSection() {
} }
fade={['bottom']} fade={['bottom']}
className="lg:col-span-2" className="lg:col-span-2"
link="/features" link="/features.html"
/> />
<BentoCard <BentoCard
eyebrow="Social Media" eyebrow="Social Media"
@ -130,7 +130,7 @@ export default function BentoSection() {
} }
fade={['bottom']} fade={['bottom']}
className="max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl" className="max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl"
link="/features" link="/features.html"
/> />
</div> </div>
</div> </div>

View File

@ -58,7 +58,7 @@ const featuredPost = {
> >
Learn More Learn More
</a> </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> See more events <span aria-hidden="true"></span>
</a> </a>
</div> </div>

View File

@ -4,23 +4,22 @@ const navigation = {
solutions: [ solutions: [
{ name: 'OurVerse App', href: 'https://portal.ourverse.tf', target: '_blank', rel: 'noopener noreferrer' }, { name: 'OurVerse App', href: 'https://portal.ourverse.tf', target: '_blank', rel: 'noopener noreferrer' },
{ name: 'HeroVerse 3D', href: '/heroverse.html ' }, { name: 'HeroVerse 3D', href: '/heroverse.html ' },
{ name: 'Features', href: '/features.html' }, { name: 'Features', href: 'https://ourverse.tf/features.html' },
{ name: 'Usecases', href: '/usecases.html' }, { name: 'Usecases', href: 'https://ourverse.tf/usecases.html' },
], ],
support: [ support: [
{ name: 'Support', href: 'mailto:info@ourverse.tf', target: '_blank', rel: 'noopener noreferrer' }, { name: 'Community', href: 'https://ourverse.tf/community.html' },
{ name: 'About', href: '/about.html' }, { name: 'Events', href: 'https://ourverse.tf/events.html' },
{ name: 'Community', href: '/community.html' },
{ name: 'Events', href: '/events.html' },
], ],
partners: [ partners: [
{ name: 'ThreeFold', href: 'https://threefold.io', target: '_blank', rel: 'noopener noreferrer' }, { name: 'ThreeFold', href: 'https://threefold.io', target: '_blank', rel: 'noopener noreferrer' },
{ name: 'Vindo', href: 'https://vindo.ai', target: '_blank', rel: 'noopener noreferrer' }, { name: 'Vindo', href: 'https://vindo.ai', target: '_blank', rel: 'noopener noreferrer' },
], ],
company: [ 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: 'OurWorld', href: 'https://ourworld.tf', target: '_blank', rel: 'noopener noreferrer' },
{ name: 'Support', href: 'mailto:info@ourverse.tf', target: '_blank', rel: 'noopener noreferrer' },
], ],
social: [ social: [

View File

@ -25,7 +25,7 @@ import {
NEW NEW
</btn> </btn>
<p className="mt-8 h3-title text-center">Introducing: OurHero Verse 3D</p> <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 First Generative AI 3D Tools for the Metaverse and Beyond
</p> </p>
</div> </div>
@ -58,16 +58,13 @@ import {
</p> </p>
</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">
<a <a
href="https://portal.ourverse.tf" target='_blank' rel="noopener noreferrer" 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" className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
> >
Try Now Try Now
</a> </a>
<a href="/heroverse.html" className="text-base font-semibold leading-6 text-link">
Learn more <span aria-hidden="true"></span>
</a>
</div> </div>
</div> </div>
) )