|
1 | 1 | <div class="flex flex-col lg:hidden lg:group-hover:flex lg:absolute lg:left-40 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg:flex-row lg:rounded-b-md gap-8 text-[15px]"> |
| 2 | + <!-- Products Section --> |
2 | 3 | <div class="lg:w-60"> |
3 | 4 | <div class="flex flex-col gap-4"> |
4 | | - <h3 class="uppercase font-mono mb-2">Products</h3> |
5 | | - <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
| 5 | + <h3 class="uppercase font-mono mb-2 font-bold">Products</h3> |
| 6 | + <div class="h-px bg-redis-pen-300 my-4"></div> <!-- Horizontal line stretches fully --> |
6 | 7 | <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> |
| 8 | + <span class="group-hover/link:text-redis-red-500 tracking-tight">Community Edition</span> |
| 9 | + <span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span> |
8 | 10 | </a> |
9 | 11 | <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> |
| 12 | + <span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Cloud</span> |
| 13 | + <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 | 14 | </a> |
12 | 15 | <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> |
14 | | - </a> |
15 | | - |
16 | | - </div> |
| 16 | + <span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Software</span> |
| 17 | + <span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling</span> |
| 18 | + </a> |
| 19 | + </div> |
17 | 20 | </div> |
| 21 | + |
| 22 | + <!-- Solutions Section --> |
18 | 23 | <div class="lg:w-60"> |
19 | 24 | <div class="flex flex-col gap-4"> |
20 | | - <h3 class="uppercase font-mono mb-2"> </h3> |
| 25 | + <h3 class="uppercase font-mono mb-2 font-bold"> </h3> |
21 | 26 | <a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/"> |
22 | 27 | <span class="group-hover/link:text-redis-red-500 tracking-tight">Vector database</span> |
23 | 28 | </a> |
24 | 29 | <a class="flex flex-col group/link" href="https://redis.io/data-integration/"> |
25 | 30 | <span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span> |
26 | 31 | </a> |
27 | | - |
28 | | - </div> |
29 | | - </div> |
30 | | - <div class="lg:w-60 bg-gray-100"> |
31 | | - <div class="flex flex-col gap-4"> |
32 | | - <h3 class="uppercase font-mono mb-2">Tools</h3> |
33 | | - <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
34 | | - <a class="flex flex-col group/link" href="https://redis.io/insight"> |
35 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Insight</span> |
36 | | - </a> |
37 | | - <a class="flex flex-col group/link" href="https://redis.io/clients"> |
38 | | - <span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight font-bold">Clients & Connectors</span> |
39 | | - </a> |
40 | | - <h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3> |
41 | | - {{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }} |
| 32 | + </div> |
42 | 33 | </div> |
43 | | -</div> |
44 | 34 |
|
45 | | - |
46 | | - </div> |
| 35 | + <!-- Tools Section --> |
| 36 | + <div class="lg:w-60 bg-gray-100"> |
| 37 | + <div class="flex flex-col gap-4 p-4"> |
| 38 | + <h3 class="uppercase font-mono mb-2 font-bold">Tools</h3> |
| 39 | + <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
| 40 | + <a class="flex flex-col group/link" href="https://redis.io/insight"> |
| 41 | + <span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Insight</span> |
| 42 | + </a> |
| 43 | + <a class="flex flex-col group/link" href="https://redis.io/clients"> |
| 44 | + <span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight">Clients & Connectors</span> |
| 45 | + </a> |
| 46 | + <h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3> <!-- Added vertical space --> |
| 47 | + {{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }} |
| 48 | + </div> |
47 | 49 | </div> |
| 50 | +</div> |
0 commit comments