edit
This commit is contained in:
parent
4b223f37d2
commit
3d9acd4f0b
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Binary file not shown.
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.
Binary file not shown.
@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"/_not-found/page": "app/_not-found/page.js",
|
|
||||||
"/about/page": "app/about/page.js",
|
"/about/page": "app/about/page.js",
|
||||||
|
"/(main)/page": "app/(main)/page.js",
|
||||||
"/community/page": "app/community/page.js",
|
"/community/page": "app/community/page.js",
|
||||||
"/usecases/page": "app/usecases/page.js",
|
"/usecases/page": "app/usecases/page.js",
|
||||||
"/heroverse/page": "app/heroverse/page.js",
|
"/heroverse/page": "app/heroverse/page.js"
|
||||||
"/(main)/page": "app/(main)/page.js",
|
|
||||||
"/features/page": "app/features/page.js"
|
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
@ -125,7 +125,7 @@
|
|||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/getFullHash */
|
/******/ /* webpack/runtime/getFullHash */
|
||||||
/******/ (() => {
|
/******/ (() => {
|
||||||
/******/ __webpack_require__.h = () => ("7dc10c4994932aa1")
|
/******/ __webpack_require__.h = () => ("92789942df89c0dd")
|
||||||
/******/ })();
|
/******/ })();
|
||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||||
|
File diff suppressed because one or more lines are too long
BIN
public/images/featureshome.jpg
Normal file
BIN
public/images/featureshome.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 953 KiB |
@ -221,7 +221,7 @@ export default function Featureshome() {
|
|||||||
</svg>
|
</svg>
|
||||||
<img
|
<img
|
||||||
alt=""
|
alt=""
|
||||||
src="/images/feature2a.png"
|
src="/images/featureshome.jpg"
|
||||||
width={490}
|
width={490}
|
||||||
className="relative mx-auto"
|
className="relative mx-auto"
|
||||||
/>
|
/>
|
||||||
|
@ -40,7 +40,7 @@ import {
|
|||||||
playsInline
|
playsInline
|
||||||
className="relative w-full h-full overflow-hidden rounded-lg shadow-lg"
|
className="relative w-full h-full overflow-hidden rounded-lg shadow-lg"
|
||||||
>
|
>
|
||||||
<source src="/videos/ourverse3.mp4" type="video/mp4" />
|
<source src="/videos/herohow.mp4" type="video/mp4" />
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
<div aria-hidden="true" className="relative">
|
<div aria-hidden="true" className="relative">
|
||||||
|
Loading…
Reference in New Issue
Block a user