Skip to content

Commit 27281d8

Browse files
Update products-dropdown.html
1 parent 72648b3 commit 27281d8

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed
Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,50 @@
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+
<!-- Products Section -->
23
<div class="lg:w-60">
34
<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 -->
67
<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>
810
</a>
911
<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>
1114
</a>
1215
<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>
1720
</div>
21+
22+
<!-- Solutions Section -->
1823
<div class="lg:w-60">
1924
<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>
2126
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
2227
<span class="group-hover/link:text-redis-red-500 tracking-tight">Vector database</span>
2328
</a>
2429
<a class="flex flex-col group/link" href="https://redis.io/data-integration/">
2530
<span class="group-hover/link:text-redis-red-500 tracking-tight">RDI</span>
2631
</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>
4233
</div>
43-
</div>
4434

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>
4749
</div>
50+
</div>

0 commit comments

Comments
 (0)