Aggiunge la garanzia Soddisfatti o rimborsati di 30 giorni su prezzi, homepage e Termini.
Riduce il rischio percepito all'acquisto (Light e Full) e chiama l'archivio replay in modo orientato all'utente, senza cambiare prezzi o logica dei piani. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -70,7 +70,24 @@
|
||||
<%= t("pages.faq.q8_answer") %>
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details class="faq-item" id="faq-garanzia" data-mltv-event="guarantee_faq_open">
|
||||
<summary><%= t("pages.faq.q9_question") %></summary>
|
||||
<p>
|
||||
<%= raw t(
|
||||
"pages.faq.q9_answer_html",
|
||||
terms_link: link_to(t("pages.faq.q9_terms_link"), public_termini_path(anchor: "garanzia-rimborso"))
|
||||
) %>
|
||||
</p>
|
||||
</details>
|
||||
</div>
|
||||
<script>
|
||||
(function () {
|
||||
if (location.hash !== "#faq-garanzia") return;
|
||||
var item = document.getElementById("faq-garanzia");
|
||||
if (item) item.open = true;
|
||||
})();
|
||||
</script>
|
||||
|
||||
<p style="text-align:center;margin:40px 0">
|
||||
<%= link_to t("pages.faq.cta_signup"), public_signup_path, class: "btn btn-primary" %>
|
||||
|
||||
Reference in New Issue
Block a user