Skip to content

Commit 52885e4

Browse files
committed
Content chanfe
1 parent e5abd92 commit 52885e4

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

layouts/index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{{ define "main" }}
22
<section class="section container-fluid mt-n3 pb-3">
33
<div class="row justify-content-center">
4-
<div class="col-lg-12 text-center">
5-
<img class="d-block mx-auto mb-4" src="/images/logo_full.svg" alt="">
6-
</div>
4+
75
<div class="col-lg-9 col-xl-8 text-center">
8-
<p class="lead">{{ .Params.lead | safeHTML }}</p>
6+
<h2>{{ .Params.lead | safeHTML }}</h2>
7+
8+
<p class="lead">
9+
Offers zero-compromise, modern persistence solutions for Java developers, seamlessly integrating SQL into your applications. Future-ready and optimized for performance, it bridges the gap between powerful SQL operations and efficient, scalable Java code.
10+
</p>
11+
912
<a class="btn btn-secondary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}why/" role="button">Why SQL Components?</a>
1013

1114
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}getting-started/" role="button">Getting Started</a>
@@ -42,6 +45,14 @@ <h2 class="h4">Simply SQL</h2>
4245
<h2 class="h4">Type Safety</h2>
4346
<p>Ensure robust code with compile-time checks, catching issues before they reach runtime. SQLComponents guarantees safer, more reliable SQL development.</p>
4447
</div>
48+
49+
<div class="col-lg-5">
50+
<h2 class="h4">Future-Proof</h2>
51+
<p>
52+
Code once, upgrade anytime. SQLComponents evolves with the latest versions of Java and databases automatically—no more manual upgrades. Keep your applications modern without rewriting code.
53+
54+
</p>
55+
</div>
4556
</div>
4657
</div>
4758
</section>

0 commit comments

Comments
 (0)