Skip to content

Commit 7898fd2

Browse files
committed
Small Changes
1 parent a3ffb1d commit 7898fd2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : "Welcome to SQL Components"
33
description: ""
4-
lead: "Complete Persistance Framework for Modern Java Apps"
4+
lead: "Complete SQL Powerhouse for Modern Java Development"
55
date: 2023-09-07T16:33:54+02:00
66
lastmod: 2023-09-07T16:33:54+02:00
77
draft: false

hugo_stats.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"btn-lg",
6161
"btn-link",
6262
"btn-primary",
63+
"btn-secondary",
6364
"card",
6465
"card-body",
6566
"card-list",

layouts/index.html

+10-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
</div>
77
<div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
9-
<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 }}guides/quick-start/" role="button">{{ i18n "get_started" }}</a>
9+
<a class="btn btn-secondary btn-cta rounded-pill btn-lg my-3" href="https://www.youtube.com/watch?v=KgfnTFI55dc&list=PLEtabm0XBc0R6e8M8GxfIkpWKtTNSqQ9V&index=5" role="button">Watch Video</a>
10+
11+
<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 }}guides/quick-start/" role="button">Getting Started</a>
12+
1013
{{ .Content }}
1114
</div>
1215
</div>
@@ -24,20 +27,20 @@
2427
<div class="container">
2528
<div class="row justify-content-center text-center">
2629
<div class="col-lg-5">
27-
<h2 class="h4">Flexible</h2>
28-
<p>Why choose beween <code>ORM or SQl Mapper</code> when you can have Both?</p>
30+
<h2 class="h4">Unified Persistence</h2>
31+
<p>Experience the flexibility of SQL Mappers with the robustness of ORM in a single framework. Why compromise when you can harness the strengths of both?</p>
2932
</div>
3033
<div class="col-lg-5">
31-
<h2 class="h4">Write Less, Do More</h2>
32-
<p>Develop Applications faster with automated code generation</p>
34+
<h2 class="h4">Turbocharged Development</h2>
35+
<p>Accelerate your development process with automated code generation, reducing manual effort and boosting productivity. SQLComponents lets you build applications faster and smarter.</p>
3336
</div>
3437
<div class="col-lg-5">
3538
<h2 class="h4">Simply SQL</h2>
36-
<p>Alll you need to learn is SQL.</p>
39+
<p>Unleash the full power of SQL without traditional ORM limitations. With SQLComponents, all you need to work with SQL is just SQL.</p>
3740
</div>
3841
<div class="col-lg-5">
3942
<h2 class="h4">Type Safety</h2>
40-
<p>Captures the defects at as you write code with compile time type safety</p>
43+
<p>Ensure robust code with compile-time checks, catching issues before they reach runtime. SQLComponents guarantees safer, more reliable SQL development.</p>
4144
</div>
4245
</div>
4346
</div>

0 commit comments

Comments
 (0)