diff --git a/content/develop/_index.md b/content/develop/_index.md
index 24122b3d04..7d6caea6ec 100644
--- a/content/develop/_index.md
+++ b/content/develop/_index.md
@@ -22,23 +22,11 @@ or analyze and manage your database with our
| [Go]({{< relref "/develop/clients/go" >}}) | [See Go examples]({{< relref "/develop/clients/go/connect" >}}) | [See Go examples]({{< relref "/develop/clients/go/queryjson" >}}) | [See Go examples]({{< relref "/develop/clients/go/vecsearch" >}}) |
| [PHP]({{< relref "/develop/clients/php" >}}) | [See PHP examples]({{< relref "/develop/clients/php/connect" >}}) | [See PHP examples]({{< relref "/develop/clients/php/queryjson" >}}) | [See PHP examples]({{< relref "/develop/clients/php/vecsearch" >}}) |
-
-
- {{< image filename="images/dev/icons/icon-redis-insight-64-duotone.png" class="mr-4" >}}
-
-
-
- {{< image filename="images/dev/icons/icon-redis-code-64-duotone.png" class="mr-4" >}}
-
-
-
Visual client tool for creating, managing, and analyzing Redis databases.
-
-
-
+| | |
+| - | - |
+|{{< image-card image="images/dev/icons/icon-redis-insight-64-duotone.png" alt="Redis Insight icon" title="Redis Insight" url="/develop/tools/insight" >}} Visual client tool for creating, managing, and analyzing Redis databases.
Download Redis Insight.
| {{< image-card image="images/dev/icons/icon-redis-code-64-duotone.png" alt="Redis for VS Code icon" title="Redis for VS Code" url="/develop/tools/redis-for-vscode" >}} VS Code extension for creating, managing, and analyzing Redis databases.
Install Redis for VS Code.
|
+| | |
-| {{< image filename="images/icon_logo/icon-developers-32-midnight.png" >}} [**Quick start**]({{< relref "/develop/get-started" >}}) | {{< image filename="images/icon_logo/icon-data-structures-32-midnight.png" >}} [**Data types**]({{< relref "/develop/data-types" >}}) | {{< image filename="images/icon_logo/icon-text-search-32-midnight.png" >}} [**Query engine**]({{< relref "/develop/ai/search-and-query" >}}) |
-|---|---|---|
+| {{< image-card image="images/icon_logo/icon-developers-64-midnight.png" alt="Quick start icon" title="Quick start" url="/develop/get-started" >}} | {{< image-card image="images/icon_logo/icon-data-structures-64-midnight.png" alt="Data types icon" title="Data types" url="/develop/data-types" >}} | {{< image-card image="images/icon_logo/icon-text-search-64-midnight.png" alt="Query engine icon" title="Query engine" url="/develop/ai/search-and-query" >}} |
+|:---:| :---: | :---: |
| [Vector database]({{< relref "/develop/get-started/vector-database" >}})[Document store]({{< relref "/develop/get-started/document-database" >}})[Data structure store]({{< relref "/develop/get-started/data-store" >}})[RAG with Redis]({{< relref "/develop/get-started/rag" >}})[GenAI]({{< relref "/develop/get-started/redis-in-ai" >}}) | [String]({{< relref "/develop/data-types/strings" >}})[JSON]({{< relref "/develop/data-types/json" >}})[Hash]({{< relref "/develop/data-types/hashes" >}})[Vector set]({{< relref "/develop/data-types/vector-sets" >}})[Probabilistic types]({{< relref "/develop/data-types/probabilistic" >}}) | [Get started]({{< relref "/develop/ai/search-and-query" >}})[Schema field types]({{< relref "/develop/ai/search-and-query/indexing/field-and-type-options" >}})[Indexing]({{< relref "/develop/ai/search-and-query/indexing" >}})[Querying]({{< relref "/develop/ai/search-and-query/query" >}})
diff --git a/static/images/icon_logo/icon-data-structures-32-midnight.png b/static/images/icon_logo/icon-data-structures-32-midnight.png
deleted file mode 100644
index 4bfe550f14..0000000000
Binary files a/static/images/icon_logo/icon-data-structures-32-midnight.png and /dev/null differ
diff --git a/static/images/icon_logo/icon-data-structures-64-midnight.png b/static/images/icon_logo/icon-data-structures-64-midnight.png
new file mode 100644
index 0000000000..c74d3f4680
Binary files /dev/null and b/static/images/icon_logo/icon-data-structures-64-midnight.png differ
diff --git a/static/images/icon_logo/icon-developers-32-midnight.png b/static/images/icon_logo/icon-developers-32-midnight.png
deleted file mode 100644
index 50e1fb48f7..0000000000
Binary files a/static/images/icon_logo/icon-developers-32-midnight.png and /dev/null differ
diff --git a/static/images/icon_logo/icon-developers-64-midnight.png b/static/images/icon_logo/icon-developers-64-midnight.png
new file mode 100644
index 0000000000..909c2067de
Binary files /dev/null and b/static/images/icon_logo/icon-developers-64-midnight.png differ
diff --git a/static/images/icon_logo/icon-text-search-32-midnight.png b/static/images/icon_logo/icon-text-search-32-midnight.png
deleted file mode 100644
index de4fd66327..0000000000
Binary files a/static/images/icon_logo/icon-text-search-32-midnight.png and /dev/null differ
diff --git a/static/images/icon_logo/icon-text-search-64-midnight.png b/static/images/icon_logo/icon-text-search-64-midnight.png
new file mode 100644
index 0000000000..7dd66862eb
Binary files /dev/null and b/static/images/icon_logo/icon-text-search-64-midnight.png differ