Compare commits

...

3 Commits

Author SHA1 Message Date
ee940cc8e8 vid 2024-10-07 15:07:50 +02:00
d3a259741f edit vid 2024-10-07 15:01:53 +02:00
1d279235be edit hero 2024-10-07 13:58:16 +02:00
40 changed files with 92 additions and 195 deletions

View File

@ -26,16 +26,6 @@
"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",
@ -46,16 +36,6 @@
"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.

View File

@ -1,8 +1,5 @@
{ {
"/_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",
"/community/page": "app/community/page.js", "/features/page": "app/features/page.js",
"/features/page": "app/features/page.js" "/community/page": "app/community/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": "4fXYsoskwpWuQelJwC7hOD1NDMSxh+G4gpRcJqBz0Qk=" "encryptionKey": "oSv3VltPL5IHZ7Y9PD7GWK0xVMSrl0JMyVRP8W1vB5M="
} }

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
public/videos/hero2.mp4 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -19,9 +19,15 @@ 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.</p> 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.
<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> <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/hero.mp4" type="video/mp4" /> <source src="/videos/hero2.mp4" type="video/mp4" />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>