diff --git a/config/links.ts b/config/links.ts index 1c108afe..cf3ee593 100644 --- a/config/links.ts +++ b/config/links.ts @@ -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', } diff --git a/data/home.json b/data/home.json index ea63b24c..367b5538 100644 --- a/data/home.json +++ b/data/home.json @@ -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": { diff --git a/data/images/posts/blockworks_summit.png b/data/images/posts/blockworks_summit.png new file mode 100644 index 00000000..1f91f3d5 Binary files /dev/null and b/data/images/posts/blockworks_summit.png differ diff --git a/data/images/posts/defiant_tac.png b/data/images/posts/defiant_tac.png new file mode 100644 index 00000000..bcf1ecef Binary files /dev/null and b/data/images/posts/defiant_tac.png differ diff --git a/data/images/posts/governancemilestones.jpeg b/data/images/posts/governancemilestones.jpeg new file mode 100644 index 00000000..ce93ea1f Binary files /dev/null and b/data/images/posts/governancemilestones.jpeg differ diff --git a/data/images/posts/liquiditypools.jpg b/data/images/posts/liquiditypools.jpg new file mode 100644 index 00000000..936dfeea Binary files /dev/null and b/data/images/posts/liquiditypools.jpg differ diff --git a/data/images/posts/press_release.png b/data/images/posts/press_release.png new file mode 100644 index 00000000..a7399fe8 Binary files /dev/null and b/data/images/posts/press_release.png differ diff --git a/data/posts/posts.json b/data/posts/posts.json index 819b1248..b5a9d07d 100644 --- a/data/posts/posts.json +++ b/data/posts/posts.json @@ -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", diff --git a/src/components/prime-banner/index.tsx b/src/components/prime-banner/index.tsx index 9df76ed4..9f31732a 100644 --- a/src/components/prime-banner/index.tsx +++ b/src/components/prime-banner/index.tsx @@ -37,7 +37,7 @@ export function PrimeBanner({ title, body }: PrimeBannerProps) { {body} - + Learn More