diff --git a/docs/website/components/index/index.tsx b/docs/website/components/index/index.tsx index a8ca466aa4..eb97546dea 100644 --- a/docs/website/components/index/index.tsx +++ b/docs/website/components/index/index.tsx @@ -1,5 +1,6 @@ import Link from 'next/link' import Image from 'next/image' +import brand from '../pages/brand' interface Card { title: string @@ -7,6 +8,11 @@ interface Card { logo: string } +interface Brand { + brandLogo: string + brandTitle: string +} + interface IndexProps { // HERO heroTitle: string @@ -27,6 +33,7 @@ interface IndexProps { // ECOSYSTEM ecosystemTitle: string ecosystemContent: string + ecosystemBrand: Brand[] // BLOGS blogsTitle: string @@ -46,13 +53,14 @@ export default function Index({ explores, ecosystemTitle, ecosystemContent, + ecosystemBrand, blogsTitle, blogs, }: IndexProps) { return ( <> {/* HERO */} -
+
{/* */}

@@ -93,8 +101,8 @@ export default function Index({

{/* FEATURES */} -
-
+
+

{featuresTitle.split(' ').slice(0, -1).join(' ')}{' '} {featuresTitle.split(' ').slice(-1)} @@ -118,7 +126,7 @@ export default function Index({ ))}

-
+
features logo {/* EXPLORE */} -
+

{exploreTitle.split(' ').slice(0, -2).join(' ')}{' '} @@ -170,11 +178,24 @@ export default function Index({

{/* ECOSYSTEM */} -
-
-

{ecosystemTitle}

+
+
+

+ {ecosystemTitle.split(' ').slice(0, -1).join(' ')}{' '} + {ecosystemTitle.split(' ').slice(-1).join(' ')} +

{ecosystemContent}

+
+
+ {ecosystemBrand.map((brand) => ( +
+ {brand.brandTitle} +

{brand.brandTitle}

+
+ ))} +
+
{/* BLOGS */} diff --git a/docs/website/pages/index.en-US.mdx b/docs/website/pages/index.en-US.mdx index 816d1c09b4..81075e6f16 100644 --- a/docs/website/pages/index.en-US.mdx +++ b/docs/website/pages/index.en-US.mdx @@ -57,8 +57,70 @@ Centric application layer on Bitcoin" logo: '/logo/explore/explore_4.svg', }, ]} - ecosystemTitle="Explore Our Growing Ecosystem " - ecosystemContent="Ecosystem content here." + ecosystemTitle="Explore Our Growing Ecosystem" + ecosystemContent="All | Wallet | Bridge | Defi | NFT&Gaming | Infrastructrue" + ecosystemBrand={[ + { + brandLogo: 'logo/ecosystem/meson_finance_logo.svg', + brandTitle: 'Meson Finance', + }, + { + brandLogo: 'logo/ecosystem/supra_logo.svg', + brandTitle: 'Supra', + }, + { + brandLogo: 'logo/ecosystem/obelisk_logo.svg', + brandTitle: 'Obelisk', + }, + { + brandLogo: 'logo/ecosystem/nervos_logo.svg', + brandTitle: 'Nervos', + }, + { + brandLogo: 'logo/ecosystem/block_vision_logo.svg', + brandTitle: 'BlockVision', + }, + { + brandLogo: 'logo/ecosystem/aliva_logo.svg', + brandTitle: 'Aliva', + }, + { + brandLogo: 'logo/ecosystem/ankr_logo.svg', + brandTitle: 'Ankr', + }, + { + brandLogo: 'logo/ecosystem/ez_swap_logo.svg', + brandTitle: 'EzSwap', + }, + { + brandLogo: 'logo/ecosystem/wisp_swap_logo.svg', + brandTitle: 'Wisp Swap', + }, + { + brandLogo: 'logo/ecosystem/donut_logo.svg', + brandTitle: 'Donut', + }, + { + brandLogo: 'logo/ecosystem/okx_wallet_logo.svg', + brandTitle: 'OKX Wallet', + }, + { + brandLogo: 'logo/ecosystem/unisat_logo.svg', + brandTitle: 'Unisat', + }, + { + brandLogo: 'logo/ecosystem/joyid_logo.svg', + brandTitle: 'JoyID Passkey', + }, + { + brandLogo: 'logo/ecosystem/surf_wallet_logo.svg', + brandTitle: 'Surf Wallet', + }, + { + brandLogo: 'logo/ecosystem/move_bit_logo.svg', + brandTitle: 'Movebit', + }, + ]} blogsTitle="Latest Blogs" blogs={[ { title: 'Blog 1', date: '9th Sep,2024', link: '/blog/1' }, diff --git a/docs/website/public/logo/ecosystem/aliva_logo.svg b/docs/website/public/logo/ecosystem/aliva_logo.svg new file mode 100644 index 0000000000..bbb8724709 --- /dev/null +++ b/docs/website/public/logo/ecosystem/aliva_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/ankr_logo.svg b/docs/website/public/logo/ecosystem/ankr_logo.svg new file mode 100644 index 0000000000..8836889007 --- /dev/null +++ b/docs/website/public/logo/ecosystem/ankr_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/block_vision_logo.svg b/docs/website/public/logo/ecosystem/block_vision_logo.svg new file mode 100644 index 0000000000..f8ed44741c --- /dev/null +++ b/docs/website/public/logo/ecosystem/block_vision_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/donut_logo.svg b/docs/website/public/logo/ecosystem/donut_logo.svg new file mode 100644 index 0000000000..fd88bd9c4b --- /dev/null +++ b/docs/website/public/logo/ecosystem/donut_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/ecosystem_image.svg b/docs/website/public/logo/ecosystem/ecosystem_image.svg new file mode 100644 index 0000000000..c80994abb4 --- /dev/null +++ b/docs/website/public/logo/ecosystem/ecosystem_image.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/ez_swap_logo.svg b/docs/website/public/logo/ecosystem/ez_swap_logo.svg new file mode 100644 index 0000000000..05d778b755 --- /dev/null +++ b/docs/website/public/logo/ecosystem/ez_swap_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/joyid_logo.svg b/docs/website/public/logo/ecosystem/joyid_logo.svg new file mode 100644 index 0000000000..2324733e66 --- /dev/null +++ b/docs/website/public/logo/ecosystem/joyid_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/meson_finance_logo.svg b/docs/website/public/logo/ecosystem/meson_finance_logo.svg new file mode 100644 index 0000000000..57303092a4 --- /dev/null +++ b/docs/website/public/logo/ecosystem/meson_finance_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/move_bit_logo.svg b/docs/website/public/logo/ecosystem/move_bit_logo.svg new file mode 100644 index 0000000000..c9f013dfb1 --- /dev/null +++ b/docs/website/public/logo/ecosystem/move_bit_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/nervos_logo.svg b/docs/website/public/logo/ecosystem/nervos_logo.svg new file mode 100644 index 0000000000..dcd53c778e --- /dev/null +++ b/docs/website/public/logo/ecosystem/nervos_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/obelisk_logo.svg b/docs/website/public/logo/ecosystem/obelisk_logo.svg new file mode 100644 index 0000000000..44895adccd --- /dev/null +++ b/docs/website/public/logo/ecosystem/obelisk_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/okx_wallet_logo.svg b/docs/website/public/logo/ecosystem/okx_wallet_logo.svg new file mode 100644 index 0000000000..4157f6e8b9 --- /dev/null +++ b/docs/website/public/logo/ecosystem/okx_wallet_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/supra_logo.svg b/docs/website/public/logo/ecosystem/supra_logo.svg new file mode 100644 index 0000000000..3413392e83 --- /dev/null +++ b/docs/website/public/logo/ecosystem/supra_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/surf_wallet_logo.svg b/docs/website/public/logo/ecosystem/surf_wallet_logo.svg new file mode 100644 index 0000000000..a89f4d710f --- /dev/null +++ b/docs/website/public/logo/ecosystem/surf_wallet_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/unisat_logo.svg b/docs/website/public/logo/ecosystem/unisat_logo.svg new file mode 100644 index 0000000000..840cd5b60c --- /dev/null +++ b/docs/website/public/logo/ecosystem/unisat_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/website/public/logo/ecosystem/wisp_swap_logo.svg b/docs/website/public/logo/ecosystem/wisp_swap_logo.svg new file mode 100644 index 0000000000..813edb3800 --- /dev/null +++ b/docs/website/public/logo/ecosystem/wisp_swap_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + +