Skip to content

Commit d4c87a7

Browse files
Update products-dropdown.html
1 parent 12956a7 commit d4c87a7

File tree

1 file changed

+36
-26
lines changed

1 file changed

+36
-26
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,56 @@
11
<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">
310
<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>
611
<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>
814
</a>
915
<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>
1118
</a>
1219
<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>
1724
</div>
25+
26+
<!-- Second Column (Solutions Content) -->
27+
<div class="lg:w-1/2">
1828
<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>
2129
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
2230
<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>
2332
</a>
2433
<a class="flex flex-col group/link" href="https://redis.io/data-integration/">
2534
<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>
2636
</a>
2737
</div>
38+
</div>
2839

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>
4154
</div>
4255
</div>
4356

44-
45-
</div>
46-
</div>

0 commit comments

Comments
 (0)