Skip to content

Commit fdbe2dd

Browse files
dhi: add homepage banner (#23451)
<!--Delete sections as needed --> ## Description Updated old GenAI homepage banner to promote DHI free trial. https://deploy-preview-23451--docsdocker.netlify.app/ ## Related issues or tickets ENGDOCS-3014 Pending #23420 as this requires the quickstart to have the free trial flow. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig <[email protected]>
1 parent fcb5cd2 commit fdbe2dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

layouts/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,27 +161,27 @@ <h1 class="text-2xl">Get Docker</h1>
161161
>
162162
<div class="flex flex-col gap-4">
163163
<h2 class="font-medium">
164-
Gen AI catalog
164+
Docker Hardened Images
165165
{{ partial
166166
"components/badge.html" (dict "color" "blue" "content" "New")
167167
}}
168168
</h2>
169169
<p class="text-xl">
170-
Integrate AI solutions into your apps with minimal effort
170+
Secure, minimal, production-ready images with near-zero known CVEs.
171171
</p>
172172
</div>
173173
<div class="flex flex-col items-start gap-4 xl:flex-row">
174174
<a
175-
href="https://hub.docker.com/catalogs/gen-ai"
175+
href="/dhi/get-started/"
176176
class="bg-blue dark:bg-blue rounded-sm p-2 px-4 text-white transition duration-300 hover:bg-blue-500 dark:hover:bg-blue-500"
177177
>
178-
Explore on Docker Hub
178+
Start your free trial
179179
</a>
180180
<a
181-
href="/docker-hub/image-library/catalogs/"
181+
href="https://hub.docker.com/hardened-images/catalog"
182182
class="bg-blue dark:bg-blue rounded-sm p-2 px-4 text-white transition duration-300 hover:bg-blue-500 dark:hover:bg-blue-500"
183183
>
184-
Read the docs
184+
Explore images
185185
</a>
186186
</div>
187187
</div>

0 commit comments

Comments
 (0)