edit hero

This commit is contained in:
sasha-astiadi 2024-10-07 13:58:16 +02:00
parent b10eaec8de
commit 1d279235be
22 changed files with 81 additions and 213 deletions

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

@ -19,9 +19,15 @@ export function Hero() {
<div className="mt-4 space-y-6 mx-4 font-display section-text">
<p>
<span className='emphasis'>OurVerse</span> is a fully immersive metaverse platform, offering a space where virtual interactions
feel real, engaging, and limitless.</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>
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>
<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>