diff --git a/src/app/build/page.tsx b/src/app/build/page.tsx index 0dfa36a..9e86009 100644 --- a/src/app/build/page.tsx +++ b/src/app/build/page.tsx @@ -2,6 +2,9 @@ import img_circel_gradient_logo from "@/assets/images/img_circel_gradient_logo.p import img_circle_pyxis from '@/assets/images/img_circle_pyxis.svg'; import img_halotrade from '@/assets/images/img_halotrade.svg'; import img_horoscope from '@/assets/images/img_horoscope.svg'; +import img_seekhype from '@/assets/images/img_seekhype.svg'; +import img_mstr from '@/assets/images/img_mstr.webp'; + import Image from "next/image"; import GradientButton from "../../components/Button/GradientButton"; import Card from "../../sections/statistics/components/Card"; @@ -43,16 +46,16 @@ const ecosystemData = [{ description: "Use fully customizable multi-sig infrastructure to protect your assets." }, { - img: img_circle_pyxis, + img: img_seekhype, title: "Seekhype", - link: AURA_ECOSYSTEM.PYXIS_SAFE, + link: AURA_ECOSYSTEM.SEEKHYPE, description: "Enhance your seamless NFT experience while enjoying utility with premier Web2 brands" }, { - img: img_circle_pyxis, + img: img_mstr, title: "Monsterra", - link: AURA_ECOSYSTEM.PYXIS_SAFE, - description: "Use fully customizable multi-sig infrastructure to protect your assets." + link: AURA_ECOSYSTEM.MSTR, + description: "Multi-chain game inspired by the Axie Infinity game's pet world and the gameplay in Clash of Clan or Boom Beach of Supercell. " } ] diff --git a/src/assets/images/img_mstr.webp b/src/assets/images/img_mstr.webp new file mode 100644 index 0000000..de7ec8f Binary files /dev/null and b/src/assets/images/img_mstr.webp differ diff --git a/src/assets/images/img_seekhype.svg b/src/assets/images/img_seekhype.svg new file mode 100644 index 0000000..427d617 --- /dev/null +++ b/src/assets/images/img_seekhype.svg @@ -0,0 +1,12 @@ + + + diff --git a/src/common/index.tsx b/src/common/index.tsx index 19ddb54..3d61c4c 100644 --- a/src/common/index.tsx +++ b/src/common/index.tsx @@ -20,5 +20,7 @@ export const enum AURA_ECOSYSTEM { HOROSCOPE = 'https://horoscope.aura.network/', AURA_SCAN = 'https://aurascan.io/', PYXIS_SAFE = 'https://pyxis.aura.network/', - AHA_MOVE = 'https://insight.aura.network/aura-network-and-ahamove-have-officially-signed-to-develop-ahafast-ride-2-earn/' + AHA_MOVE = 'https://insight.aura.network/aura-network-and-ahamove-have-officially-signed-to-develop-ahafast-ride-2-earn/', + SEEKHYPE = 'https://beta.seekhype.io/', + MSTR = 'https://monsterra.io/' } \ No newline at end of file diff --git a/src/components/Button/GradientButton/index.tsx b/src/components/Button/GradientButton/index.tsx index d8b0138..3f8e7ef 100644 --- a/src/components/Button/GradientButton/index.tsx +++ b/src/components/Button/GradientButton/index.tsx @@ -3,7 +3,7 @@ import React from "react"; function GradientButton({ children, className, href }: { children: React.ReactNode, className?: string, href?: string }) { return ( - + {children} ) diff --git a/src/components/Button/index.tsx b/src/components/Button/index.tsx index a6d3e7e..158355c 100644 --- a/src/components/Button/index.tsx +++ b/src/components/Button/index.tsx @@ -4,7 +4,7 @@ import React from "react"; function Button({ children }: { children: React.ReactNode }) { return (
- +
{children}
diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 47ebc5d..3a9d5f9 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -81,7 +81,7 @@ function Header() { Community
- +
@@ -96,7 +96,7 @@ function Header() { Community
- +