Skip to content

Commit

Permalink
Update /news and homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-black committed Sep 19, 2023
1 parent 3ab88a0 commit 70fa2d5
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const links = {
prime: 'https://forms.gle/kt1GShLcWapMGzjs7',
primeBlogPost: 'https://centrifuge.mirror.xyz/KyrMWLKMccFCNfSlvjxe7uyhba7oLrUzlBuZ7GQTn6s',
podcast: 'https://linktr.ee/centrifugeconversations',
announcements: 'https://example.com',
announcements: 'https://centrifuge.mirror.xyz/1gtfV6cKo0IFqIkns1lMlqoA1748biFdR_J0WHNNX2k',
}
2 changes: 1 addition & 1 deletion data/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
]
},
"prime_banner": {
"title": "Introducing Liquidity Pools:\nMulti-chain DeFi liquidity",
"title": "Introducing Liquidity Pools:\nReal-World Assets Everywhere",
"body": "Centrifuge Liquidity Pools allow users on any supported chain — beginning with Ethereum, Arbitrum, and Base — to invest in Centrifuge’s pools of real-world assets"
},
"news_section": {
Expand Down
Binary file added data/images/posts/blockworks_summit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/posts/defiant_tac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/posts/governancemilestones.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/posts/liquiditypools.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/posts/press_release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions data/posts/posts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,49 @@
[
{
"date": "2023/09/19",
"outlet": "Centrifuge Blog",
"title": "Centrifuge’s Real-World Asset Vision Comes to Life in NYC",
"body": "Centrifuge announces cross-chain launches, new ecosystem partners and institutional-quality assets to meet rapid demand for Real-World Assets",
"image": "../images/posts/press_release.png",
"alt": "",
"href": "https://centrifuge.mirror.xyz/1gtfV6cKo0IFqIkns1lMlqoA1748biFdR_J0WHNNX2k"
},
{
"date": "2023/09/19",
"outlet": "Blockworks",
"title": "Centrifuge to meet demand for Real World Assets with Liquidity Pools",
"body": "Centrifuge Liquidity Pool testnets have launched on Arbitrum and Base, with plans to release on other networks in the future",
"image": "../images/posts/blockworks_summit.png",
"alt": "",
"href": "https://blockworks.co/news/centrifuge-real-world-assets-tokenization-ethereum"
},
{
"date": "2023/09/19",
"outlet": "Centrifuge Blog",
"title": "Liquidity Pools: Real-World Assets on Ethereum, Base, Arbitrum, and Beyond",
"body": "Liquidity Pools allow users on any supported chain—beginning with Ethereum, Arbitrum, and Base—to invest in Centrifuge’s pools of real-world assets.",
"image": "../images/posts/liquiditypools.jpg",
"alt": "",
"href": "https://centrifuge.mirror.xyz/81Iv7w30QjA1Qxv-cgogaXii7WVOpfQsM4ag-N0fga4"
},
{
"date": "2023/09/07",
"outlet": "The Defiant",
"title": "Coinbase and Aave Form Coalition to Promote Tokenized Assets",
"body": "Members Include Circle, Centrifuge and Goldfinch",
"image": "../images/posts/defiant_tac.png",
"alt": "",
"href": "https://thedefiant.io/coinbase-and-aave-form-coalition-to-promote-tokenized-assets"
},
{
"date": "2023/08/17",
"outlet": "Centrifuge Blog",
"title": "Governance Milestones of 2023",
"body": "Centrifuge Governance: Mandated Groups, Active Contributors, and the CFG Token",
"image": "../images/posts/governancemilestones.jpeg",
"alt": "",
"href": "https://centrifuge.mirror.xyz/dMV6h9yAWFd9MclAhL1A-QJZMS1lTal4grODqqOmMRs"
},
{
"date": "2023/08/03",
"outlet": "Centrifuge Blog",
Expand Down
2 changes: 1 addition & 1 deletion src/components/prime-banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function PrimeBanner({ title, body }: PrimeBannerProps) {
<Text as="p">{body}</Text>

<Box alignSelf="center" mt={[2, 2, 0]}>
<InternalLink to="https://example.com" variant="secondary">
<InternalLink to="https://centrifuge.mirror.xyz/1gtfV6cKo0IFqIkns1lMlqoA1748biFdR_J0WHNNX2k" variant="secondary">
Learn More
</InternalLink>
</Box>
Expand Down

0 comments on commit 70fa2d5

Please sign in to comment.