Skip to content

Commit

Permalink
chore: update main product section (#730)
Browse files Browse the repository at this point in the history
* chore: update main product section

* update route description

---------

Co-authored-by: Cedric Fung <cedric@vec.io>
  • Loading branch information
YeungKC and cedricfung authored Nov 7, 2024
1 parent 1b67606 commit 0b8eb36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ssg/i18n/zh/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -2004,5 +2004,8 @@
},
"Back to home": {
"message": "返回首页"
},
"Mixin Route provides a complete suite of decentralized solutions for customers to trade all cryptocurrencies, without sacrifice of the Bitcoin decentralized nature.": {
"message": "Mixin Route 提供了一套完整的去中心化解决方案,帮助客户用法币购买比特币,同时不牺牲比特币去中心化的本质。"
}
}
10 changes: 5 additions & 5 deletions ssg/src/components/page/home/MainProductSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ export const MainProductSection = () => {
href="https://safe.mixin.one/"
/>
<ProductCard
key="Mixin Wealth"
title={"Mixin Wealth"}
key="Mixin Route"
title={"Mixin Route"}
description={translate({
message:
"Mixin Wealth is a decentralized fund marketplace that provides secure fund raising and subscription services for fund managers and investors.",
"Mixin Route provides a complete suite of decentralized solutions for customers to trade all cryptocurrencies, without sacrifice of the Bitcoin decentralized nature.",
})}
cover={"wealth.webp"}
href="https://wealth.mixin.one/"
cover={"route.webp"}
href="https://route.mixin.one/"
/>
</div>

Expand Down
Binary file added ssg/static/img/page/home/product/route.webp
Binary file not shown.
Binary file removed ssg/static/img/page/home/product/wealth.webp
Binary file not shown.

0 comments on commit 0b8eb36

Please sign in to comment.