mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 14:08:30 +02:00
lucene lp: change CTA links, add calendar redirect, fix css (#2696)
This commit is contained in:
@@ -53,6 +53,16 @@ HUGO_PARAMS_onetrustScriptId = "0196246a-3663-7350-9a45-b65f645d6314"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/lp/lucene/calendar/"
|
||||
to = "/contact-us/"
|
||||
status = 302
|
||||
|
||||
[[redirects]]
|
||||
from = "/lp/lucene/calendar"
|
||||
to = "/contact-us/"
|
||||
status = 302
|
||||
|
||||
[[redirects]]
|
||||
from = "/legal/terms_cloud/"
|
||||
to = "https://qdrant.to/cloud-terms/"
|
||||
|
||||
@@ -4,7 +4,7 @@ content: <p>If you have a production use case, run a side-by-side benchmark on y
|
||||
image:
|
||||
src: /img/elastic-lucene/astronaut-holding-cube.png
|
||||
button:
|
||||
link: /lp/lucene/calendar/
|
||||
link: /contact-us/
|
||||
text: Talk to Sales
|
||||
sitemapExclude: true
|
||||
---
|
||||
|
||||
@@ -9,7 +9,7 @@ description: "Qdrant is a Rust-native engine designed for vector + filter searc
|
||||
# closingText: Lucene-based architectures just aren't built for scaling vector search.
|
||||
startFree:
|
||||
text: Book a Call
|
||||
url: '#cta'
|
||||
url: /contact-us/
|
||||
learnMore:
|
||||
text: Start Migrating
|
||||
url: https://cloud.qdrant.io/signup
|
||||
|
||||
@@ -3,6 +3,9 @@ title: "Talk to Sales"
|
||||
description: "Book a call with our team to discuss your Elastic/Lucene migration."
|
||||
sitemapExclude: true
|
||||
type: elastic-lucene
|
||||
build:
|
||||
render: never
|
||||
list: never
|
||||
---
|
||||
|
||||
<div class="meetings-iframe-container" data-src="https://meetings-eu1.hubspot.com/seamus-deely/new-elastic-discovery-call-booked?embed=true"></div>
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
}
|
||||
|
||||
&__overlay-bottom {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 0;
|
||||
background-image: url('/img/blurred/blurred-light-4.png');
|
||||
transform: scale(-1, -1);
|
||||
background-position: bottom right;
|
||||
|
||||
Reference in New Issue
Block a user