mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
{{ with (.Site.GetPage "enterprise-solutions/enterprise-solutions-hero") }}
|
|
<section class="enterprise-solutions-hero">
|
|
<div class="container">
|
|
<div class="row align-items-lg-center">
|
|
<div class="col-12 col-lg-6">
|
|
<h3 class="enterprise-solutions-hero__title">{{ .Params.title }}</h3>
|
|
<div class="enterprise-solutions-hero__description">{{ .Params.description }}</div>
|
|
<div class="enterprise-solutions-hero__buttons">
|
|
<a href="{{ .Params.startFree.url }}" class="button button_contained button_lg">
|
|
{{ .Params.startFree.text }}
|
|
</a>
|
|
<a href="{{ .Params.contactUs.url }}" class="button button_outlined button_lg">
|
|
{{ .Params.contactUs.text }}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-12 col-lg-6">
|
|
<img class="enterprise-solutions-hero__preview" src="{{ .Params.image.src }}" alt="{{ .Params.image.alt }}" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{ with (.Site.GetPage "customer-list") }}
|
|
{{ .Scratch.Set "setting" (slice " dark") }}{{ partial "customer-list" . }}
|
|
{{ end }}
|
|
<div class="customers-hero__overlay"></div>
|
|
</section>
|
|
{{ end }}
|