diff --git a/README.md b/README.md
index 3419f3c2..6ccd0900 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,38 @@
-# xLog
+
+
+
+xLog
-> On-Chain Content Creating for Absolutely Everyone
-
-Meet xLog, the on-chain and open-source blogging platform for everyone. Permanently stored on the blockchain by yourself.
+> An on-chain and open-source blogging platform for everyone.
This project is developed based on [proselog](https://github.com/proselog/proselog)
+## Features
+
+## Elegant
+
+Out-of-the-box, good looking, no friction.
+
+
+
+### On-chain
+
+All blog data, including configs, posts, following, comments, etc., are permanently stored on the blockchain with your own hands and can only be controlled by yourself and not the platform.
+
+
+
+### Rich Interactions
+
+You can follow, comment, like, and mint your blog and posts, all on the blockchain of course.
+
+
+
+### Highly Customizable
+
+Domain name, navigation bar, custom styles, all as you wish, and stored on the blockchain.
+
+
+
## Development
Follow the steps to run it locally.
diff --git a/public/screenshot1.png b/public/screenshot1.png
index af7855dc..74ab77ac 100644
Binary files a/public/screenshot1.png and b/public/screenshot1.png differ
diff --git a/public/screenshot2.png b/public/screenshot2.png
index 8d0dda23..88be8f03 100644
Binary files a/public/screenshot2.png and b/public/screenshot2.png differ
diff --git a/public/screenshot3.png b/public/screenshot3.png
index d1900f49..4704e92b 100644
Binary files a/public/screenshot3.png and b/public/screenshot3.png differ
diff --git a/public/screenshot4.png b/public/screenshot4.png
index 1d1fc48e..3de3c919 100644
Binary files a/public/screenshot4.png and b/public/screenshot4.png differ
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 6ee25d9b..6d4d9112 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -50,11 +50,21 @@ export default function Home({ region }: { region: string | null }) {
}, [isTry, address, router])
const description = [
+ {
+ screenshot: {
+ src: "/screenshot1.png",
+ width: 3947,
+ height: 1888,
+ },
+ icon: ,
+ title: "Elegent",
+ text: <>Out-of-the-box, good looking, no friction.>,
+ },
{
screenshot: {
src: "/screenshot4.png",
width: 1542,
- height: 630,
+ height: 467,
},
icon: ,
title: "On-chain",
@@ -70,7 +80,7 @@ export default function Home({ region }: { region: string | null }) {
screenshot: {
src: "/screenshot2.png",
width: 1528,
- height: 946,
+ height: 758,
},
icon: ,
title: "Rich Interactions",
@@ -79,8 +89,8 @@ export default function Home({ region }: { region: string | null }) {
{
screenshot: {
src: "/screenshot3.png",
- width: 4232,
- height: 1486,
+ width: 4394,
+ height: 1854,
},
icon: ,
title: "Highly Customizable",