Importing chill-site repo here #10

Merged
damercier merged 77 commits from chill-site-repo into main 2026-04-14 19:42:03 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 96622d99b0 - Show all commits
+1 -1
View File
@@ -36,7 +36,7 @@ testimonials:
custom_class="hero"
hero_image="/images/hero-dashboard.svg"
>}}
{{< features-carousel title="Découvrez les fonctionnalités qui font de CHILL lallié incontournable des travailleurs sociaux" background-color="#f1f5f9" >}}
{{< features-carousel title="Découvrez les fonctionnalité qui font de CHILL <br> lallié incontournable des travailleurs sociaux" background-color="#f1f5f9" >}}
{
"features": [
{
@@ -26,7 +26,7 @@
<section id="features-carousel" class="section{{ if not $background_color }} bg-gray-50{{ end }}" {{ if $background_color }}style="background-color:{{ $background_color }};"{{ end }}>
<div class="container">
{{ if $title }}
<h1 class="text-3xl font-bold mb-4 text-center">{{ $title }}</h1>
<h1 class="text-3xl font-bold mb-4 text-center">{{ $title | markdownify }}</h1>
{{ end }}
<div class="features-carousel__nav"></div>
<div class="features-carousel__slides">