|
6 | 6 | </div>
|
7 | 7 | <div class="col-lg-9 col-xl-8 text-center">
|
8 | 8 | <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 | + |
10 | 13 | {{ .Content }}
|
11 | 14 | </div>
|
12 | 15 | </div>
|
|
24 | 27 | <div class="container">
|
25 | 28 | <div class="row justify-content-center text-center">
|
26 | 29 | <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> |
29 | 32 | </div>
|
30 | 33 | <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> |
33 | 36 | </div>
|
34 | 37 | <div class="col-lg-5">
|
35 | 38 | <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> |
37 | 40 | </div>
|
38 | 41 | <div class="col-lg-5">
|
39 | 42 | <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> |
41 | 44 | </div>
|
42 | 45 | </div>
|
43 | 46 | </div>
|
|
0 commit comments