|
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 | | - <div class="lg:w-60"> |
| 2 | + <!-- Wrapper for Products Heading Spanning Two Columns --> |
| 3 | + <div class="lg:w-full"> |
| 4 | + <h3 class="uppercase font-mono mb-2 font-bold">Products</h3> |
| 5 | + <div class="w-full h-px bg-redis-pen-300 my-4"></div> <!-- Horizontal line spans full width --> |
| 6 | + </div> |
| 7 | + |
| 8 | + <!-- First Column (Products Content) --> |
| 9 | + <div class="lg:w-1/2"> |
3 | 10 | <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> |
6 | 11 | <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 font-bold">Community Edition</span><span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span> |
| 12 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Community Edition</span> |
| 13 | + <span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming.</span> |
8 | 14 | </a> |
9 | 15 | <a class="flex flex-col group/link" href="https://redis.io/cloud"> |
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> |
| 16 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Cloud</span> |
| 17 | + <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 | 18 | </a> |
12 | 19 | <a class="flex flex-col group/link" href="https://redis.io/enterprise"> |
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 | | - </a> |
15 | | - |
16 | | - </div> |
| 20 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Software</span> |
| 21 | + <span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling.</span> |
| 22 | + </a> |
| 23 | + </div> |
17 | 24 | </div> |
| 25 | + |
| 26 | + <!-- Second Column (Solutions Content) --> |
| 27 | + <div class="lg:w-1/2"> |
18 | 28 | <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> |
21 | 29 | <a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/"> |
22 | 30 | <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Vector database</span> |
| 31 | + <span class="text-redis-pen-600 font-sans font-medium">Build the fastest, most reliable GenAI apps with our advanced vector database.</span> |
23 | 32 | </a> |
24 | 33 | <a class="flex flex-col group/link" href="https://redis.io/data-integration/"> |
25 | 34 | <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">RDI</span> |
| 35 | + <span class="text-redis-pen-600 font-sans font-medium">Synchorinize data in near-real time to make data fast -- without writing code. </span> |
26 | 36 | </a> |
27 | 37 | </div> |
| 38 | + </div> |
28 | 39 |
|
29 | | - <div class="lg:w-full bg-gray-100"> |
30 | | - <div class="flex flex-col gap-4"> |
31 | | - <h3 class="uppercase font-mono mb-2">Tools</h3> |
32 | | - <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
33 | | - <a class="flex flex-col group/link" href="https://redis.io/insight"> |
34 | | - <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Insight</span> |
35 | | - </a> |
36 | | - <a class="flex flex-col group/link" href="https://redis.io/clients"> |
37 | | - <span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight font-bold">Clients & Connectors</span> |
38 | | - </a> |
39 | | - <h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3> |
40 | | - {{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }} |
| 40 | + <!-- Third Column (Tools Content) --> |
| 41 | + <div class="lg:w-60 bg-gray-100"> |
| 42 | + <div class="flex flex-col gap-4 p-4"> |
| 43 | + <h3 class="uppercase font-mono mb-2 font-bold">Tools</h3> |
| 44 | + <div class="w-full h-px bg-redis-pen-300 my-4"></div> |
| 45 | + <a class="flex flex-col group/link" href="https://redis.io/insight"> |
| 46 | + <span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Insight</span> |
| 47 | + </a> |
| 48 | + <a class="flex flex-col group/link" href="https://redis.io/clients"> |
| 49 | + <span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight font-bold">Clients & Connectors</span> |
| 50 | + </a> |
| 51 | + <h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3> |
| 52 | + {{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }} |
| 53 | + </div> |
41 | 54 | </div> |
42 | 55 | </div> |
43 | 56 |
|
44 | | - |
45 | | - </div> |
46 | | - </div> |
|
0 commit comments