update layout
This commit is contained in:
parent
eb689aed32
commit
4d6c697f35
@ -36,6 +36,16 @@
|
|||||||
"static/chunks/main-app.js",
|
"static/chunks/main-app.js",
|
||||||
"static/chunks/app/features/layout.js"
|
"static/chunks/app/features/layout.js"
|
||||||
],
|
],
|
||||||
|
"/heroverse/page": [
|
||||||
|
"static/chunks/webpack.js",
|
||||||
|
"static/chunks/main-app.js",
|
||||||
|
"static/chunks/app/heroverse/page.js"
|
||||||
|
],
|
||||||
|
"/heroverse/layout": [
|
||||||
|
"static/chunks/webpack.js",
|
||||||
|
"static/chunks/main-app.js",
|
||||||
|
"static/chunks/app/heroverse/layout.js"
|
||||||
|
],
|
||||||
"/community/page": [
|
"/community/page": [
|
||||||
"static/chunks/webpack.js",
|
"static/chunks/webpack.js",
|
||||||
"static/chunks/main-app.js",
|
"static/chunks/main-app.js",
|
||||||
@ -55,26 +65,6 @@
|
|||||||
"static/chunks/webpack.js",
|
"static/chunks/webpack.js",
|
||||||
"static/chunks/main-app.js",
|
"static/chunks/main-app.js",
|
||||||
"static/chunks/app/about/layout.js"
|
"static/chunks/app/about/layout.js"
|
||||||
],
|
|
||||||
"/usecases/page": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main-app.js",
|
|
||||||
"static/chunks/app/usecases/page.js"
|
|
||||||
],
|
|
||||||
"/usecases/layout": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main-app.js",
|
|
||||||
"static/chunks/app/usecases/layout.js"
|
|
||||||
],
|
|
||||||
"/heroverse/page": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main-app.js",
|
|
||||||
"static/chunks/app/heroverse/page.js"
|
|
||||||
],
|
|
||||||
"/heroverse/layout": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main-app.js",
|
|
||||||
"static/chunks/app/heroverse/layout.js"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/8.pack.gz
vendored
BIN
.next/cache/webpack/server-development/8.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"/community/page": "app/community/page.js",
|
"/(main)/page": "app/(main)/page.js",
|
||||||
"/about/page": "app/about/page.js",
|
"/features/page": "app/features/page.js",
|
||||||
"/heroverse/page": "app/heroverse/page.js",
|
"/heroverse/page": "app/heroverse/page.js",
|
||||||
"/usecases/page": "app/usecases/page.js",
|
"/community/page": "app/community/page.js",
|
||||||
"/(main)/page": "app/(main)/page.js"
|
"/about/page": "app/about/page.js"
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"node": {},
|
"node": {},
|
||||||
"edge": {},
|
"edge": {},
|
||||||
"encryptionKey": "oSv3VltPL5IHZ7Y9PD7GWK0xVMSrl0JMyVRP8W1vB5M="
|
"encryptionKey": "+1rGVQPCJH9xMSzoUBYU1yDeR+6UrHPLj0lzF9tSc/4="
|
||||||
}
|
}
|
@ -125,7 +125,7 @@
|
|||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/getFullHash */
|
/******/ /* webpack/runtime/getFullHash */
|
||||||
/******/ (() => {
|
/******/ (() => {
|
||||||
/******/ __webpack_require__.h = () => ("56a1dd5235a7e565")
|
/******/ __webpack_require__.h = () => ("61d88bdfde5b4f52")
|
||||||
/******/ })();
|
/******/ })();
|
||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||||
|
283
.next/trace
283
.next/trace
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@ export default function Aboutcof() {
|
|||||||
</h1>
|
</h1>
|
||||||
<figure className="mt-8 flex flex-auto flex-col justify-between">
|
<figure className="mt-8 flex flex-auto flex-col justify-between">
|
||||||
<div>
|
<div>
|
||||||
<p className="section-text lg:text-lg text-md">
|
<p className="section-text font-display lg:text-lg text-md">
|
||||||
We envision a world where virtual collaboration is as natural and effective as working together in person. <br/>
|
We envision a world where virtual collaboration is as natural and effective as working together in person. <br/>
|
||||||
Our platform aims to be the go-to solution for the future of collaboration, offering businesses, creators,
|
Our platform aims to be the go-to solution for the future of collaboration, offering businesses, creators,
|
||||||
and communities a dynamic space to connect, create, and thrive. <br/> <br/>We are building a metaverse where opportunities
|
and communities a dynamic space to connect, create, and thrive. <br/> <br/>We are building a metaverse where opportunities
|
||||||
@ -24,7 +24,7 @@ export default function Aboutcof() {
|
|||||||
</h1>
|
</h1>
|
||||||
<figure className="mt-8 flex flex-auto flex-col justify-between">
|
<figure className="mt-8 flex flex-auto flex-col justify-between">
|
||||||
<div>
|
<div>
|
||||||
<p className="section-text lg:text-lg text-md">
|
<p className="section-text font-display lg:text-lg text-md">
|
||||||
Our mission is to create the future of collaboration by providing an immersive metaverse where people can meet and innovate together as if they were in the same room.
|
Our mission is to create the future of collaboration by providing an immersive metaverse where people can meet and innovate together as if they were in the same room.
|
||||||
We break down the barriers of distance, technology, and resources to make global collaboration seamless and meaningful. <br/> <br/>
|
We break down the barriers of distance, technology, and resources to make global collaboration seamless and meaningful. <br/> <br/>
|
||||||
Powered by the ThreeFold Grid, our platform offers secure, flexible spaces where users have full control over their virtual experiences, making every interaction engaging and productive.
|
Powered by the ThreeFold Grid, our platform offers secure, flexible spaces where users have full control over their virtual experiences, making every interaction engaging and productive.
|
||||||
|
@ -19,11 +19,19 @@ export default function Abouthero() {
|
|||||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||||
<h2 className="lg:text-6xl font-semibold tracking-tight lg:max-w-xl max-w-md leading-tight text-gradient text-3xl">At OurVerse, <br/>
|
<h2 className="lg:text-6xl font-semibold tracking-tight lg:max-w-xl max-w-md leading-tight text-gradient text-3xl">At OurVerse, <br/>
|
||||||
we go beyond traditional video calls. </h2>
|
we go beyond traditional video calls. </h2>
|
||||||
<p className="mt-6 section-text-light lg:text-lg text-sm">
|
<p className="mt-6 section-text-light font-display">
|
||||||
Our immersive decentralized metaverse platform brings people together in a dynamic, interactive environment where meetings and events feel REAL.
|
Our immersive decentralized metaverse platform brings people together in a dynamic, interactive environment where meetings and events feel REAL.
|
||||||
</p>
|
</p>
|
||||||
<p className='mt-4 section-text-light text-lg font-semibold'>Break the barriers. Experience true collaboration. Build your own World.
|
<p className='mt-4 section-text-light max-w-lg font-displays font-semibold'>Break the barriers. Experience true collaboration. Build your own World.
|
||||||
</p>
|
</p>
|
||||||
|
<div className="mt-10 pb-8 flex items-center gap-x-6">
|
||||||
|
<a
|
||||||
|
href="#"
|
||||||
|
className="rounded-2xl btn-gradient-dark2 font-semibold px-3.5 py-2.5"
|
||||||
|
>
|
||||||
|
Join OurVerse
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -62,7 +62,7 @@ export default function BentoSection() {
|
|||||||
<h2 className="mt-2 h3-title">
|
<h2 className="mt-2 h3-title">
|
||||||
Collaboration & Creation Tools
|
Collaboration & Creation Tools
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Transform how you and your team work together with our innovative creative tools and explore diverse scenarios where they empower users to collaborate in immersive virtual environments.
|
Transform how you and your team work together with our innovative creative tools and explore diverse scenarios where they empower users to collaborate in immersive virtual environments.
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-10 flex gap-x-8">
|
<div className="mt-10 flex gap-x-8">
|
||||||
|
@ -27,7 +27,7 @@ const posts = [
|
|||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div className="mx-auto max-w-3xl text-center">
|
<div className="mx-auto max-w-3xl text-center">
|
||||||
<h2 className="h3-title">From the Blog</h2>
|
<h2 className="h3-title">From the Blog</h2>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Stay up to date with the latest news, announcements, and stories from OurVerse.
|
Stay up to date with the latest news, announcements, and stories from OurVerse.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -53,7 +53,7 @@ import {
|
|||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div className="mx-auto max-w-4xl sm:text-center">
|
<div className="mx-auto max-w-4xl sm:text-center">
|
||||||
<p className="mt-2 h3-title">Build Your Own Verse</p>
|
<p className="mt-2 h3-title">Build Your Own Verse</p>
|
||||||
<p className="mt-4 lg:max-w-3xl section-text">
|
<p className="mt-4 lg:max-w-3xl section-text font-display ">
|
||||||
Create and customize your virtual world with powerful tools and resources that make building and managing your digital space easy and intuitive.
|
Create and customize your virtual world with powerful tools and resources that make building and managing your digital space easy and intuitive.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -108,7 +108,7 @@ const posts = [
|
|||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div className="mx-auto max-w-2xl text-center">
|
<div className="mx-auto max-w-2xl text-center">
|
||||||
<h2 className="h3-title">Case Studies</h2>
|
<h2 className="h3-title">Case Studies</h2>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Discover how OurVerse uniquely addresses challenges and fosters innovation with specific, real-world applications of our technology.
|
Discover how OurVerse uniquely addresses challenges and fosters innovation with specific, real-world applications of our technology.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -32,7 +32,7 @@ export default function Collaborate() {
|
|||||||
<div className="lg:ml-auto lg:pl-4 lg:pt-4">
|
<div className="lg:ml-auto lg:pl-4 lg:pt-4">
|
||||||
<div className="lg:max-w-lg">
|
<div className="lg:max-w-lg">
|
||||||
<p className="mt-2 h3-title text-gradient-dark ">Creative Collaboration</p>
|
<p className="mt-2 h3-title text-gradient-dark ">Creative Collaboration</p>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Unleash your team’s creative potential in an immersive virtual playground where ideas come to life.
|
Unleash your team’s creative potential in an immersive virtual playground where ideas come to life.
|
||||||
</p>
|
</p>
|
||||||
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none">
|
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none">
|
||||||
|
@ -19,8 +19,10 @@ export default function Communhero() {
|
|||||||
<h2 className="mt-2 text-3xl font-semibold tracking-tight text-gradient sm:text-4xl">
|
<h2 className="mt-2 text-3xl font-semibold tracking-tight text-gradient sm:text-4xl">
|
||||||
A United Community <br/>Creating the Future of <br/>Virtual Worlds
|
A United Community <br/>Creating the Future of <br/>Virtual Worlds
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-6 text-lg leading-8 max-w-xl text-purple-50">
|
<p className="mt-6 section-text-light font-display max-w-xl text-purple-50">
|
||||||
Join a global movement where visionaries, creators, and innovators come together to shape immersive digital experiences.
|
Join a global movement where visionaries, creators, and innovators come together to shape immersive digital experiences.
|
||||||
|
</p>
|
||||||
|
<p className="mt-6 section-text-light font-display max-w-xl text-purple-50">
|
||||||
Powered by cutting-edge technology and collaboration, OurVerse is transforming the way we connect, learn,
|
Powered by cutting-edge technology and collaboration, OurVerse is transforming the way we connect, learn,
|
||||||
and build in virtual spaces. Be part of the journey to redefine the digital future.
|
and build in virtual spaces. Be part of the journey to redefine the digital future.
|
||||||
</p>
|
</p>
|
||||||
|
@ -32,7 +32,7 @@ export default function Communicate() {
|
|||||||
<div className="lg:pr-8 lg:pt-4">
|
<div className="lg:pr-8 lg:pt-4">
|
||||||
<div className="lg:max-w-lg">
|
<div className="lg:max-w-lg">
|
||||||
<p className="mt-2 h3-title">Advanced Communication</p>
|
<p className="mt-2 h3-title">Advanced Communication</p>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Elevate your virtual interactions with cutting-edge communication features
|
Elevate your virtual interactions with cutting-edge communication features
|
||||||
designed to keep you connected and engaged.
|
designed to keep you connected and engaged.
|
||||||
</p>
|
</p>
|
||||||
|
@ -55,7 +55,7 @@ import {
|
|||||||
|
|
||||||
<p className="mt-2 h3-title">
|
<p className="mt-2 h3-title">
|
||||||
MyVerse Social</p>
|
MyVerse Social</p>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Stay connected with your network, explore new opportunities, and engage with the latest immersive content through MyVerse Social—a space to expand your virtual presence, create lasting connections, and thrive in the metaverse.
|
Stay connected with your network, explore new opportunities, and engage with the latest immersive content through MyVerse Social—a space to expand your virtual presence, create lasting connections, and thrive in the metaverse.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -32,7 +32,7 @@ export default function Eventmgmt() {
|
|||||||
<div className="lg:ml-auto lg:pl-4 lg:pt-4">
|
<div className="lg:ml-auto lg:pl-4 lg:pt-4">
|
||||||
<div className="lg:max-w-lg">
|
<div className="lg:max-w-lg">
|
||||||
<p className="mt-2 h3-title">Event Management</p>
|
<p className="mt-2 h3-title">Event Management</p>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Host and manage tailored events with versatile venues, real-time updates, and powerful engagement tools to ensure a seamless and memorable experience.
|
Host and manage tailored events with versatile venues, real-time updates, and powerful engagement tools to ensure a seamless and memorable experience.
|
||||||
</p>
|
</p>
|
||||||
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none">
|
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none">
|
||||||
|
@ -49,7 +49,7 @@ const featuredPost = {
|
|||||||
<time dateTime={featuredPost.datetime} className="mt-2 block text-sm leading-6 text-purple-600">
|
<time dateTime={featuredPost.datetime} className="mt-2 block text-sm leading-6 text-purple-600">
|
||||||
{featuredPost.date}
|
{featuredPost.date}
|
||||||
</time>
|
</time>
|
||||||
<p className="mt-2 section-text">{featuredPost.description}</p>
|
<p className="mt-2 section-text font-display ">{featuredPost.description}</p>
|
||||||
<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="flex">
|
<div className="flex">
|
||||||
<a
|
<a
|
||||||
|
@ -5,24 +5,32 @@ export default function Featurehero() {
|
|||||||
<div className="relative isolate overflow-hidden bg-purple-900 py-24 sm:py-32">
|
<div className="relative isolate overflow-hidden bg-purple-900 py-24 sm:py-32">
|
||||||
<img
|
<img
|
||||||
alt=""
|
alt=""
|
||||||
src="/images/bgimage.jpg"
|
src="/images/featureshome.jpg"
|
||||||
className="absolute inset-0 -z-10 h-full w-full object-cover object-right md:object-center"
|
className="absolute inset-0 -z-10 h-full w-full object-cover object-right md:object-center"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Gradient Overlay from left to right */}
|
{/* Gradient Overlay from left to right */}
|
||||||
<div className="absolute inset-0 bg-gradient-to-r from-[#302b4b] to-white/0 -z-10"></div>
|
<div className="absolute inset-0 bg-gradient-to-r from-[#302b4b] via-[#302b4b]/70 to-white/0 -z-10"></div>
|
||||||
|
|
||||||
<div className="hidden sm:absolute sm:-top-10 sm:right-1/2 sm:-z-10 sm:mr-10 sm:block sm:transform-gpu sm:blur-3xl">
|
<div className="hidden sm:absolute sm:-top-10 sm:right-1/2 sm:-z-10 sm:mr-10 sm:block sm:transform-gpu sm:blur-3xl">
|
||||||
<div className="absolute inset-0 bg-gradient-to-b from-[#302b4b] via-[#b5b1d7] to-white"></div>
|
<div className="absolute inset-0 bg-gradient-to-b from-[#302b4b] via-[#443c94] to-white"></div>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||||
<h2 className="lg:text-6xl font-semibold tracking-tight text-gradient text-xl">The Future of Collaboration</h2>
|
<h2 className="lg:text-6xl font-semibold tracking-tight text-gradient text-xl">The Future of Collaboration</h2>
|
||||||
<p className="mt-6 section-text-light">
|
<p className="mt-6 section-text-light max-w-xl font-display">
|
||||||
Step into the future of communication and collaboration with immersive virtual environments.
|
Step into the future of communication and collaboration with immersive virtual environments.
|
||||||
OurVerse provides innovative tools that transform your events, meetings, and creative projects,
|
OurVerse provides innovative tools that transform your events, meetings, and creative projects,
|
||||||
offering fresh and exciting ways to bring your vision to life.
|
offering fresh and exciting ways to bring your vision to life.
|
||||||
</p>
|
</p>
|
||||||
|
<div className="mt-10 pb-8 flex items-center gap-x-6">
|
||||||
|
<a
|
||||||
|
href="#"
|
||||||
|
className="rounded-2xl btn-gradient-dark2 font-semibold px-3.5 py-2.5"
|
||||||
|
>
|
||||||
|
Join OurVerse
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -47,9 +47,9 @@ const communicationFeatures = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
name: 'MyVerse Social',
|
name: 'Integrated CRM',
|
||||||
description:
|
description:
|
||||||
'Connect with friends and family in a virtual space that feels like the real world. Share your thoughts, ideas, and experiences with others in a safe and secure environment.',
|
'Manage customer and user interactions within one unified platform designed to support your business’s digital transformation.',
|
||||||
icon: CalendarIcon,
|
icon: CalendarIcon,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
@ -85,7 +85,7 @@ export default function Featureshome() {
|
|||||||
<h2 className="text-center h3-title">
|
<h2 className="text-center h3-title">
|
||||||
The Future of Communication and Collaboration
|
The Future of Communication and Collaboration
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mx-auto mt-4 max-w-3xl text-center section-text">
|
<p className="mx-auto mt-4 max-w-3xl text-center section-text font-display ">
|
||||||
OurVerse offers cutting-edge tools and immersive virtual environments designed to bring your events, meetings, and creative projects to life in new and exciting ways.
|
OurVerse offers cutting-edge tools and immersive virtual environments designed to bring your events, meetings, and creative projects to life in new and exciting ways.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -94,7 +94,7 @@ export default function Featureshome() {
|
|||||||
<div className="relative">
|
<div className="relative">
|
||||||
<h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Features</h2>
|
<h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Features</h2>
|
||||||
<h3 className="h3-title">Collaboration & Creation Tools</h3>
|
<h3 className="h3-title">Collaboration & Creation Tools</h3>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Transform how you and your team work together with our innovative, real-time creative tools.
|
Transform how you and your team work together with our innovative, real-time creative tools.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -221,7 +221,7 @@ export default function Featureshome() {
|
|||||||
</svg>
|
</svg>
|
||||||
<img
|
<img
|
||||||
alt=""
|
alt=""
|
||||||
src="/images/featureshome.jpg"
|
src="/images/feature2a.png"
|
||||||
width={490}
|
width={490}
|
||||||
className="relative mx-auto"
|
className="relative mx-auto"
|
||||||
/>
|
/>
|
||||||
|
@ -16,7 +16,7 @@ export function Hero() {
|
|||||||
<h1 className="lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark">
|
<h1 className="lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark">
|
||||||
Beyond Traditional Video Calls.
|
Beyond Traditional Video Calls.
|
||||||
</h1>
|
</h1>
|
||||||
<div className="mt-4 space-y-6 mx-4 font-display section-text">
|
<div className="mt-4 space-y-6 mx-4 font-display section-text font-display ">
|
||||||
<p>
|
<p>
|
||||||
<span className='emphasis'>OurVerse</span> is a fully immersive metaverse platform, offering a space where virtual interactions
|
<span className='emphasis'>OurVerse</span> is a fully immersive metaverse platform, offering a space where virtual interactions
|
||||||
feel real, engaging, and limitless. Our metaverse is fully decentralized and <span className='emphasis text-gradient-dark'>powered by the ThreeFold Grid</span>, enabling global collaboration with enhanced security, flexibility and freedom.
|
feel real, engaging, and limitless. Our metaverse is fully decentralized and <span className='emphasis text-gradient-dark'>powered by the ThreeFold Grid</span>, enabling global collaboration with enhanced security, flexibility and freedom.
|
||||||
|
@ -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-ct">
|
<p className="mt-4 items-center align-center text-center section-text font-display -ct">
|
||||||
First Generative AI 3D Tools for the Metaverse and Beyond
|
First Generative AI 3D Tools for the Metaverse and Beyond
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -51,11 +51,11 @@ import {
|
|||||||
<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 mt-20 md:mt-24 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-ct">
|
<p className="mt-8 items-center align-center section-text font-display -ct">
|
||||||
Our team has developed a cutting-edge system allowing users to generate with AI, full 3D virtual environments using text input alone,
|
Our team has developed a cutting-edge system allowing users to generate with AI, full 3D virtual environments using text input alone,
|
||||||
by eliminating traditional barriers such as high technical skill requirements or expensive software.
|
by eliminating traditional barriers such as high technical skill requirements or expensive software.
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-4 items-center align-center section-text-ct">
|
<p className="mt-4 items-center align-center section-text font-display -ct">
|
||||||
Anyone, regardless of their background, skill level, or geographical location, can use the system to create complex 3D interactives environments tailored to their needs,
|
Anyone, regardless of their background, skill level, or geographical location, can use the system to create complex 3D interactives environments tailored to their needs,
|
||||||
simply by describing them.
|
simply by describing them.
|
||||||
</p>
|
</p>
|
||||||
|
@ -46,7 +46,7 @@ export default function HeroFeature2() {
|
|||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div className="mx-auto max-w-4xl text-center justify-center items-center">
|
<div className="mx-auto max-w-4xl text-center justify-center items-center">
|
||||||
<p className="mt-8 h3-title text-center">HeroVerse 3D</p>
|
<p className="mt-8 h3-title text-center">HeroVerse 3D</p>
|
||||||
<p className="mt-4 items-center align-center text-center section-text-ct">
|
<p className="mt-4 items-center align-center text-center section-text font-display -ct">
|
||||||
First Generative AI 3D Tools for the Metaverse and Beyond
|
First Generative AI 3D Tools for the Metaverse and Beyond
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -51,7 +51,7 @@ export function Product() {
|
|||||||
<h2 className="mt-2 h3-title">
|
<h2 className="mt-2 h3-title">
|
||||||
Transforming Possibilities Across Industries Digitally
|
Transforming Possibilities Across Industries Digitally
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Explore diverse scenarios where our platform empowers users to create, collaborate,
|
Explore diverse scenarios where our platform empowers users to create, collaborate,
|
||||||
and innovate in immersive virtual environments, unlocking new potentials across industries and communities.
|
and innovate in immersive virtual environments, unlocking new potentials across industries and communities.
|
||||||
</p>
|
</p>
|
||||||
|
@ -49,7 +49,7 @@ export default function Socials() {
|
|||||||
<p className="mt-2 h3-title">
|
<p className="mt-2 h3-title">
|
||||||
Get Involved
|
Get Involved
|
||||||
</p>
|
</p>
|
||||||
<p className="mx-auto mt-4 max-w-prose section-text">
|
<p className="mx-auto mt-4 max-w-prose section-text font-display ">
|
||||||
Be a part of our global community by participating in open discussions and follow the most recent updates and news from OurVerse.
|
Be a part of our global community by participating in open discussions and follow the most recent updates and news from OurVerse.
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-12">
|
<div className="mt-12">
|
||||||
|
@ -32,7 +32,7 @@ export default function Studio() {
|
|||||||
<div className="lg:pr-8 lg:pt-4">
|
<div className="lg:pr-8 lg:pt-4">
|
||||||
<div className="lg:max-w-lg">
|
<div className="lg:max-w-lg">
|
||||||
<p className="mt-2 h3-title">OurVerse Studio</p>
|
<p className="mt-2 h3-title">OurVerse Studio</p>
|
||||||
<p className="mt-4 section-text">
|
<p className="mt-4 section-text font-display ">
|
||||||
Elevate your virtual interactions with cutting-edge communication features
|
Elevate your virtual interactions with cutting-edge communication features
|
||||||
designed to keep you connected and engaged.
|
designed to keep you connected and engaged.
|
||||||
</p>
|
</p>
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
|
|
||||||
.section-text-light {
|
.section-text-light {
|
||||||
font-size: 1.25rem; /* matches 'text-lg', adjust to match 'lg:text-xl' for responsive design */
|
font-size: 1.25rem; /* matches 'text-lg', adjust to match 'lg:text-xl' for responsive design */
|
||||||
letter-spacing: -0.015em; /* matches 'tracking-tight' */
|
letter-spacing: 0.015em; /* matches 'tracking-tight' */
|
||||||
line-height: 1.5rem; /* matches 'leading-tight' */
|
line-height: 1.5rem; /* matches 'leading-tight' */
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user