diff --git a/src/components/mdx/BlogPosts/BlogPosts.tsx b/src/components/mdx/BlogPosts/BlogPosts.tsx
new file mode 100644
index 0000000..ad5b433
--- /dev/null
+++ b/src/components/mdx/BlogPosts/BlogPosts.tsx
@@ -0,0 +1,39 @@
+import React from 'react'
+import clsx from 'clsx'
+import styles from './style.module.scss'
+import { Button } from '@site/src/components/Button'
+
+type TProps = {
+ children: React.ReactNode
+}
+
+const BlogPost = () => (
+
+
Decentralizing Storage for Web3
+
+ Throughout the Web 2.0 era of the Internet, the distributed systems
+ architecture adopted by large multinational technology corporations has
+ led to the centralization of control over user-generated content.
+