Update hero section and color scheme across the application

- Changed the hero headline and sub-headline for better clarity and engagement.
- Added a secondary button for demo booking in the hero section.
- Updated primary color scheme in CSS files to unify the visual identity.
- Adjusted background and text colors to enhance readability and aesthetics.
- Removed unused CSS classes to streamline styles.
- Updated Tailwind configuration to reflect new color values for primary and secondary themes.
This commit is contained in:
Boris Waaub
2026-01-22 13:34:30 +01:00
parent c92d34814c
commit 7b98930deb
6 changed files with 54 additions and 71 deletions
+4 -2
View File
@@ -27,10 +27,12 @@ testimonials:
---
{{< hero
headline="Le compagnon du travailleur social"
sub_headline="Une application web open source dédiée à faciliter le travail social."
headline="Le logiciel libre pensé pour les travailleurs sociaux"
sub_headline="Gagnez du temps, sécurisez vos données et restez indépendants avec une solution ouverte et collaborative!"
primary_button_text="Essayer la démo"
primary_button_url="http://demo.chill.social/"
secondary_button_text="Réserver une démo"
secondary_button_url="#"
custom_class="hero"
hero_image="/images/hero-dashboard.svg"
>}}