Compare commits
No commits in common. "08107fc9712325c1be03c70b06eb5bbb9594ad14" and "4b223f37d2e35f707d3fc88ed173d7fea0d1d331" have entirely different histories.
08107fc971
...
4b223f37d2
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.
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,7 +1,9 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/about/page": "app/about/page.js",
|
||||
"/(main)/page": "app/(main)/page.js",
|
||||
"/community/page": "app/community/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_require__.h = () => ("92789942df89c0dd")
|
||||
/******/ __webpack_require__.h = () => ("7dc10c4994932aa1")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 953 KiB |
@ -221,7 +221,7 @@ export default function Featureshome() {
|
||||
</svg>
|
||||
<img
|
||||
alt=""
|
||||
src="/images/featureshome.jpg"
|
||||
src="/images/feature2a.png"
|
||||
width={490}
|
||||
className="relative mx-auto"
|
||||
/>
|
||||
|
@ -40,7 +40,7 @@ import {
|
||||
playsInline
|
||||
className="relative w-full h-full overflow-hidden rounded-lg shadow-lg"
|
||||
>
|
||||
<source src="/videos/herohow.mp4" type="video/mp4" />
|
||||
<source src="/videos/ourverse3.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<div aria-hidden="true" className="relative">
|
||||
|
Loading…
Reference in New Issue
Block a user