diff --git a/blog/2024-03-26.md b/blog/2024-03-26.md
index 4846730f..8b94a68f 100644
--- a/blog/2024-03-26.md
+++ b/blog/2024-03-26.md
@@ -42,6 +42,6 @@ Token vaults are useful in the enterprise context when working with multiple tok
We just looked at 3 ways that developers can get more out of working with the ERC20 token standard. These extensions allow more control and visibility of assets that enterprise use cases may require. To get started deploying your own ERC20 smart contract on SettleMint, check out this guide on [Connecting a frontend to a token transfer application](/documentation/docs/developer-guides/connect-frontend/).
-Have more questions about the ERC20 tokens and extensions, hop into our [Discord community](https://discord.gg/4WPatxDJ6A)!
+Have more questions about the ERC20 tokens and extensions, please contact us at support@settlemint.com!
---
diff --git a/docs/about-settlemint/1_supported-blockchains.mdx b/docs/about-settlemint/1_supported-blockchains.mdx
index 57bb336b..1e62ac4c 100644
--- a/docs/about-settlemint/1_supported-blockchains.mdx
+++ b/docs/about-settlemint/1_supported-blockchains.mdx
@@ -4,125 +4,169 @@ When launching a blockchain development project, the selection of a blockchain p
SettleMint currently supports the following protocols:
-import ContentCard from '@site/src/components/ContentCard';
-import styles from '@site/src/components/ContentCard.module.css';
-import Ethereum from '@site/static/img/about-settlemint/blockchain-logos/eth-logo.png';
-import Besu from '@site/static/img/about-settlemint/blockchain-logos/besu-logo.png';
-import Fabric from '@site/static/img/about-settlemint/blockchain-logos/fabric-logo.png';
-import Quorum from '@site/static/img/about-settlemint/blockchain-logos/Quorum-logo.png';
-import Avalanche from '@site/static/img/about-settlemint/blockchain-logos/avalanche-logo.png';
-import Polygon from '@site/static/img/about-settlemint/blockchain-logos/polygon-logo.webp';
-import zkevm from '@site/static/img/about-settlemint/blockchain-logos/zkevm-logo.png';
-import Arbitrum from '@site/static/img/about-settlemint/blockchain-logos/arbitrum-logo.png';
-import Optimism from '@site/static/img/about-settlemint/blockchain-logos/optimism-logo.png';
-import Hedera from '@site/static/img/about-settlemint/blockchain-logos/hedera-logo.png';
+
## Permissioned Blockchains
## Public Blockchains
diff --git a/docs/about-settlemint/4_components.mdx b/docs/about-settlemint/4_components.mdx
index bf9b483b..7dfc8158 100644
--- a/docs/about-settlemint/4_components.mdx
+++ b/docs/about-settlemint/4_components.mdx
@@ -5,67 +5,48 @@ description: Overview of the SettleMint components and tools available to build
sidebar_position: 1
---
-import blockchainApplication from '@site/static/img/about-settlemint/blockchain-application.png';
-import blockchainNetwork from '@site/static/img/about-settlemint/network-node.png';
-import smartContract from '@site/static/img/about-settlemint/smart-contract.png';
-import middleware from '@site/static/img/about-settlemint/middleware.png';
-import storage from '@site/static/img/about-settlemint/storage.png';
-import integration from '@site/static/img/about-settlemint/integration.png';
+# SettleMint Components
-This guide will explain each of the tools and services on SettleMint and how they connected to
-build a blockchain application.
+This guide will explain each of the tools and services on SettleMint and how they connect to build a blockchain application.
## The Blockchain Application
-The first step to building anything on SettleMint is to [create an
-application](../../using-platform/create-an-application). You can think of an
-application as the collection of resources that you need to build your
-blockchain application. This includes a blockchain network, smart contracts,
-middleware, storage, integrations, and insights.{' '}
+
+The first step to building anything on SettleMint is to [create an application](../../using-platform/create-an-application). You can think of an application as the collection of resources that you need to build your blockchain application. This includes a blockchain network, smart contracts, middleware, storage, integrations, and insights.
## Add a Blockchain Network and Node
-After creating a blockchain application, you now need to [add a blockchain
-network](../../using-platform/add-a-network-to-an-application) and node to your
-application. SettleMint offeres a variety of different [blockchain
-networks](../supported-blockchains) to choose from whatever your usecase may be.
-Networks need nodes to support the blockchain to run, once a [network is
-created](../../using-platform/add-a-node-to-a-network/) then a node is also
-added automatically.{' '}
+
+After creating a blockchain application, you now need to [add a blockchain network](../../using-platform/add-a-network-to-an-application) and node to your application. SettleMint offers a variety of different [blockchain networks](../supported-blockchains) to choose from whatever your usecase may be.
## Create a Smart Contract
-Smart Contracts allow us to run code on the blockchain. Developing a smart
-contract by [adding a smart contract
-set](../../using-platform/dev-tools/code-studio/smart-contract-sets), is an
-important step to reaching the business and product goals of your blockchain
-application.
## Add a Middleware
-

+
@@ -54,7 +51,10 @@ function Navigation() {
-

+
@@ -132,7 +132,7 @@ function Navigation() {

@@ -150,7 +150,7 @@ function Navigation() {