update footer
This commit is contained in:
parent
a53a211e63
commit
6a1cbbf887
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
Binary file not shown.
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/2.pack.gz
vendored
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
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/6.pack.gz
vendored
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"/about/page": "app/about/page.js",
|
|
||||||
"/(main)/page": "app/(main)/page.js",
|
|
||||||
"/community/page": "app/community/page.js",
|
"/community/page": "app/community/page.js",
|
||||||
|
"/about/page": "app/about/page.js",
|
||||||
|
"/heroverse/page": "app/heroverse/page.js",
|
||||||
"/usecases/page": "app/usecases/page.js",
|
"/usecases/page": "app/usecases/page.js",
|
||||||
"/heroverse/page": "app/heroverse/page.js"
|
"/(main)/page": "app/(main)/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 = () => ("92789942df89c0dd")
|
/******/ __webpack_require__.h = () => ("56a1dd5235a7e565")
|
||||||
/******/ })();
|
/******/ })();
|
||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2,18 +2,18 @@ import { Logo } from '@/components/Logo'
|
|||||||
|
|
||||||
const navigation = {
|
const navigation = {
|
||||||
solutions: [
|
solutions: [
|
||||||
|
{ name: 'About', href: '/about.html' },
|
||||||
|
{ name: 'HeroVerse 3D', href: '/heroverse.html ' },
|
||||||
{ name: 'Features', href: '/features.html' },
|
{ name: 'Features', href: '/features.html' },
|
||||||
{ name: 'Usecases', href: '/usecases.html' },
|
{ name: 'Usecases', href: '/usecases.html' },
|
||||||
{ name: 'HeroGPT', href: '/community/blogs/herogpt.htm' },
|
|
||||||
{ name: 'OurVerse App', href: '#' },
|
{ name: 'OurVerse App', href: '#' },
|
||||||
],
|
],
|
||||||
support: [
|
support: [
|
||||||
{ name: 'Customer Care', href: '#' },
|
{ name: 'Customer Care', href: 'mailto:info@ourworld.tf' },
|
||||||
{ name: 'Documentation', href: '#' },
|
{ name: 'Community', href: '/community.html' },
|
||||||
{ name: 'Blog', href: '/community.html' },
|
|
||||||
{ name: 'Company', href: 'https://ourworld.tf' },
|
|
||||||
],
|
],
|
||||||
partners: [
|
partners: [
|
||||||
|
{ name: 'OurWorld', href: 'https://ourworld.tf' },
|
||||||
{ name: 'ThreeFold', href: 'https://threefold.io' },
|
{ name: 'ThreeFold', href: 'https://threefold.io' },
|
||||||
{ name: 'Vindo', href: 'https://vindo.ai' },
|
{ name: 'Vindo', href: 'https://vindo.ai' },
|
||||||
{ name: 'Incubaid', href: 'https://incubaid.com' },
|
{ name: 'Incubaid', href: 'https://incubaid.com' },
|
||||||
|
Loading…
Reference in New Issue
Block a user