Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<section class="w-full px-8 lg:px-6 bg-grey-10">
<div class="container mx-auto py-16 grid items-center gap-6">
<div>
<h1 class="text-4xl font-bold font-sans text-black">Elastic documentation</h1>
<h1 class="text-4xl font-bold font-sans text-black">Elastic Docs</h1>
<p class="mt-4">Find the help you need, wherever you are in your Elastic journey.</p>
<div class="flex md:inline-flex gap-3 mt-9">
<a href="@Model.Link("/get-started/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
Expand All @@ -32,7 +32,7 @@
<div class="flex gap-6 h-full">
<img loading="lazy" alt="Search logo" src="@Model.Static("elasticsearch-logo-color-64px.svg")" class="size-9"/>
<div class="flex flex-col h-full">
<p class="font-sans font-bold text-xl">Search</p>
<p class="font-sans font-bold text-xl">Elasticsearch</p>
<p class="mt-2 grow">Build powerful search and RAG applications using Elasticsearch's vector database, AI toolkit, and advanced retrieval capabilities.</p>
<div class="grid grid-cols-2 mt-6">
<a href="@Model.Link("/solutions/search/get-started")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">Get started</a>
Expand Down
Loading