diff --git a/README.md b/README.md
index 7d69d31..1db05dd 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
+
+
+
### ๐คย What is the Block SDK?
**๐ The Block SDK is a toolkit for building customized blocks**. The Block SDK is a set of Cosmos SDK and ABCI++ primitives that allow chains to fully customize blocks to specific use cases. It turns your chain's blocks into a **`highway`** consisting of individual **`lanes`** with their own special functionality.
@@ -25,10 +32,10 @@ Skip has built out a number of plug-and-play `lanes` on the SDK that your protoc
To read more about how the Block SDK works, check out the [How it Works](https://docs.skip.money/chains/overview).
-#### Lane "App Store"
+#### ๐ช Lane App Store
To read more about Skip's pre-built `lanes` and how to use them, check out the [Lane App Store](https://docs.skip.money/chains/lanes/existing-lanes/default).
-#### Lane Development
+#### ๐จ Lane Development
To read more about how to build your own custom `lanes`, check out the [Build Your Own Lane](https://docs.skip.money/chains/lanes/build-your-own-lane).
diff --git a/img/block-sdk.png b/img/block-sdk.png
new file mode 100644
index 0000000..0224700
Binary files /dev/null and b/img/block-sdk.png differ