diff --git a/docs/src/index.md b/docs/src/index.md
index f7d1ae8e..31d54301 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -25,22 +25,29 @@ hero:
features:
- - icon:
- title: Simple
+ - title: 💥 Simple
details: Geographic Regions are defined using Longitude/Latitude coordinates
link: /basics/shape
- icon:
- title: Predefined GeoRegions
+ title: 🌍 Predefined GeoRegions
details: Many predefined Geographic Regions bundled from different datasets
link: /basics/predefined/datasets
- icon:
- title: Customizable
- details: Define your own custom Geographic Regions and save them for later
- link: /tutorials/projects/addreadrm
+ title: ⚙️ Customizable
+ details: Define your own custom Geographic Regions
+ link: /basics/create
- icon:
- title: Useful
+ title: 🔍 Useful
details: Check if points or a region are in/on a GeoRegion?
link: /tutorials/using/isin
+ - icon:
+ title: 🔄 Rotation
+ details: Want to "de"rotate your data? Start here!
+ link: /tutorials/using/derotate
+ - icon:
+ title: 🗂️ Save for Later
+ details: Want to save your custom GeoRegions for later? Start here!
+ link: /tutorials/projects/addreadrm
---
```