feat(cta): ajouter une option pour ouvrir les boutons dans un nouvel onglet

This commit is contained in:
Boris Waaub
2026-02-09 11:05:03 +01:00
parent eccf151099
commit a221d16827
4 changed files with 11 additions and 11 deletions
+3 -1
View File
@@ -98,14 +98,16 @@ pagination = { pagerSize = 6, path = "page" }
gradient_angle = 30
# Primary button
[params.cta.primary_button]
[params.cta.primary_button]
text = "Réserver une démo"
url = "/contact"
open_tab = false
# Secondary button
[params.cta.secondary_button]
text = "Essayer la démo"
url = "http://demo.chill.social/"
open_tab = true