|
4 | 4 | <h3 class="uppercase font-mono mb-2">Products</h3> |
5 | 5 | <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
6 | 6 | <a class="flex flex-col group/link" href="https://redis.io/docs/latest/get-started"> |
7 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight">Community Edition</span><span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span> |
| 7 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Community Edition</span><span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span> |
8 | 8 | </a> |
9 | 9 | <a class="flex flex-col group/link" href="https://redis.io/cloud"> |
10 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Cloud</span><span class="text-redis-pen-600 font-sans font-medium">Fully managed service integrated with Google Cloud, Azure, and AWS for production-ready apps</span> |
| 10 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Cloud</span><span class="text-redis-pen-600 font-sans font-medium">Fully managed service integrated with Google Cloud, Azure, and AWS for production-ready apps</span> |
11 | 11 | </a> |
12 | 12 | <a class="flex flex-col group/link" href="https://redis.io/enterprise"> |
13 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Software</span><span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling</span> |
| 13 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Software</span><span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling</span> |
14 | 14 | </a> |
15 | 15 |
|
16 | 16 | </div> |
17 | 17 | </div> |
18 | 18 | <div class="flex flex-col gap-4"> |
| 19 | + <h3 class="uppercase font-mono mb-2"></h3> |
| 20 | + <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
19 | 21 | <a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/"> |
20 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight">Vector database</span> |
| 22 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Vector database</span> |
21 | 23 | </a> |
22 | 24 | <a class="flex flex-col group/link" href="https://redis.io/data-integration/"> |
23 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span> |
| 25 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">RDI</span> |
24 | 26 | </a> |
25 | 27 | </div> |
26 | 28 |
|
27 | | - <div class="lg:w-60 bg-gray-100"> |
| 29 | + <div class="lg:w-full bg-gray-100"> |
28 | 30 | <div class="flex flex-col gap-4"> |
29 | 31 | <h3 class="uppercase font-mono mb-2">Tools</h3> |
30 | 32 | <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
|
0 commit comments