Skip to content

Commit 1127dc4

Browse files
Update home.html
1 parent 2c8bb3d commit 1127dc4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

layouts/home.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
8686
</thead>
8787
<tbody>
8888
<tr>
89-
<td style="text-align:left">
89+
<td style="text-align:center">
9090
{{ partial "docs-section.html" (dict
9191
"Title" "Try Redis Cloud"
9292
"Description" "Free Redis Cloud account and database quick start guide"
9393
"ButtonLink" ".operate/rc/rc-quickstart/"
94-
"ButtonLabel" "Quick start guide"
94+
"ButtonLabel" "Cloud quick start guide"
9595
) }}
9696

9797

@@ -104,13 +104,13 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
104104

105105

106106

107-
<td style="text-align:left">
107+
<td style="text-align:center">
108108

109109
{{ partial "docs-section.html" (dict
110110
"Title" "Optimize data in RedisInsight"
111111
"Description" "RedisInsight on AWS EC2, Docker, Kubernetes, and desktop install guide"
112112
"ButtonLink" ".operate/oss_and_stack/redisinsight/install/"
113-
"ButtonLabel" "Install guide"
113+
"ButtonLabel" "RedisInsight install guide"
114114
) }}
115115

116116

@@ -120,14 +120,14 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
120120

121121

122122

123-
<td style="text-align:left">
123+
<td style="text-align:center">
124124

125125

126126
{{ partial "docs-section.html" (dict
127-
"Title" "Redis Stack provides querying, indexing, full-text search, JSON, time series, and probabilistic data structures."
127+
"Title" "Query data structures with Redis Stack"
128128
"Description" "Redis Stack on Linux, macOS, Windows, or Docker install guide"
129129
"ButtonLink" ".operate/oss_and_stack/install/install-stack/"
130-
"ButtonLabel" "Install guide"
130+
"ButtonLabel" "Redis Stack install guide"
131131
) }}
132132

133133

0 commit comments

Comments
 (0)