Amélioration des traductions et des éléments de l'interface utilisateur dans les fichiers _index.md, pricing.md, et cta.html; ajout de nouvelles classes CSS pour la personnalisation des styles.
This commit is contained in:
26
hugo.toml
26
hugo.toml
@@ -88,12 +88,26 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
|
||||
# Global CTA Configuration (optional)
|
||||
[params.cta]
|
||||
enable = true
|
||||
title = "Le compagnon du travailleur social"
|
||||
description = "Une application web open source dédiée à faciliter le travail social."
|
||||
[params.cta.primary_button]
|
||||
text = "Essayer la démo"
|
||||
url = "http://demo.chill.social/"
|
||||
enable = true
|
||||
title = "Prêt à commencer ?"
|
||||
description = "Tester Chill dès aujourd'hui et découvrez comment il peut transformer votre gestion sociale."
|
||||
|
||||
# Gradient background
|
||||
gradient_from = "#0d242e" # Blue-600
|
||||
gradient_to = "#23627e" # Purple-600
|
||||
gradient_angle = 30
|
||||
|
||||
# Primary button
|
||||
[params.cta.primary_button]
|
||||
text = "Réserver une démo"
|
||||
url = "/demo"
|
||||
|
||||
# Secondary button
|
||||
[params.cta.secondary_button]
|
||||
text = "Essayer la démo"
|
||||
url = "http://demo.chill.social/"
|
||||
|
||||
|
||||
|
||||
|
||||
# Social Media Links (optional)
|
||||
|
||||
Reference in New Issue
Block a user