diff --git a/README.md b/README.md
index 717103c..058b8ba 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
 
 Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
 
-1. Extremely fast full-text search by pressing `Ctrl` + `k`
+1. Extremely fast natural-language search
 2. Customizable and hackable design based on Hugo
 3. Automatically generated backlinks, link previews, and local graph
-4. Built-in CJK + Latex Support
+4. Built-in CJK + Latex Support and Admonition-style callouts
 5. Support for both Markdown Links and Wikilinks
 
 Check out some of the [amazing gardens that community members](https://quartz.jzhao.xyz/notes/showcase/) have published with Quartz!
diff --git a/content/_index.md b/content/_index.md
index b5efe4e..27a2036 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
 ---
-title: 🪴 Quartz 3.2
+title: 🪴 Quartz 3.3
 ---
 
 Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
diff --git a/content/notes/config.md b/content/notes/config.md
index e1633a0..e9e7691 100644
--- a/content/notes/config.md
+++ b/content/notes/config.md
@@ -70,7 +70,7 @@ description:
 
 # title of the home page (also for SEO)
 page_title:
-  "🪴 Quartz 3.2"
+  "🪴 Quartz 3.3"
 
 # links to show in the footer
 links:
diff --git a/data/config.yaml b/data/config.yaml
index 00c6b74..c1230c0 100644
--- a/data/config.yaml
+++ b/data/config.yaml
@@ -18,7 +18,7 @@ description:
   Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
   Wikilink support, backlinks, local graph, tags, and link previews.
 page_title:
-  "🪴 Quartz 3.2"
+  "🪴 Quartz 3.3"
 links:
   - link_name: Twitter
     link: https://twitter.com/_jzhao
diff --git a/screenshot.png b/screenshot.png
index 6f089e8..404774c 100644
Binary files a/screenshot.png and b/screenshot.png differ