Compare commits

..

No commits in common. "ee940cc8e8aef0825fd5b93558c869cfc179e484" and "b10eaec8de2ff04a7304a7273c4e7e29ff2f2c07" have entirely different histories.

40 changed files with 195 additions and 92 deletions

View File

@ -26,6 +26,16 @@
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js" "static/chunks/app/_not-found/page.js"
], ],
"/about/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/about/page.js"
],
"/about/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/about/layout.js"
],
"/features/page": [ "/features/page": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
"static/chunks/main-app.js", "static/chunks/main-app.js",
@ -36,6 +46,16 @@
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/features/layout.js" "static/chunks/app/features/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"
],
"/community/page": [ "/community/page": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
"static/chunks/main-app.js", "static/chunks/main-app.js",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,8 @@
{ {
"/_not-found/page": "app/_not-found/page.js",
"/usecases/page": "app/usecases/page.js",
"/about/page": "app/about/page.js",
"/(main)/page": "app/(main)/page.js", "/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js", "/community/page": "app/community/page.js",
"/community/page": "app/community/page.js" "/features/page": "app/features/page.js"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{ {
"node": {}, "node": {},
"edge": {}, "edge": {},
"encryptionKey": "oSv3VltPL5IHZ7Y9PD7GWK0xVMSrl0JMyVRP8W1vB5M=" "encryptionKey": "4fXYsoskwpWuQelJwC7hOD1NDMSxh+G4gpRcJqBz0Qk="
} }

View File

@ -125,7 +125,7 @@
/******/ /******/
/******/ /* webpack/runtime/getFullHash */ /******/ /* webpack/runtime/getFullHash */
/******/ (() => { /******/ (() => {
/******/ __webpack_require__.h = () => ("9b412702a3ce89b0") /******/ __webpack_require__.h = () => ("4abbaf3946044274")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

BIN
public/videos/hero.mp4 Normal file

Binary file not shown.

Binary file not shown.

BIN
public/videos/ourverse.mp4 Normal file

Binary file not shown.

BIN
public/videos/ourverse1.mp4 Normal file

Binary file not shown.

BIN
public/videos/ourverse2.mp4 Normal file

Binary file not shown.

BIN
public/videos/ourverse4.mp4 Normal file

Binary file not shown.

View File

@ -19,15 +19,9 @@ export function Hero() {
<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">
<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 powered by the ThreeFold Grid, enabling global collaboration with enhanced security, flexibility and freedom. feel real, engaging, and limitless.</p>
</p> <p>Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources,
<p> should have access to immersive and engaging spaces where they can meet, create, and innovate together.</p>
Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together.
</p>
<br/>
<a href="/about" className="lg:text-base pt-4 text-sm font-mono text-cyan-600 hover:text-purple-600">
<u>Learn More about OurVerse<span aria-hidden="true"></span></u>
</a>
</div> </div>

View File

@ -15,7 +15,7 @@ export function Homepage() {
playsInline playsInline
className="absolute inset-0 w-full h-full object-cover -z-10" className="absolute inset-0 w-full h-full object-cover -z-10"
> >
<source src="/videos/hero2.mp4" type="video/mp4" /> <source src="/videos/hero.mp4" type="video/mp4" />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>