Tutte le view marketing, legali, viewer, dashboard e admin usano t(); mailer utente-facing e flash localizzati; admin con LocaleResolver e selettore lingua. Co-authored-by: Cursor <cursoragent@cursor.com>
61 lines
2.0 KiB
ERB
61 lines
2.0 KiB
ERB
<% content_for :title, t("pages.volleyball.meta_title") %>
|
|
<% content_for :meta_description, t("pages.volleyball.meta_description") %>
|
|
<% content_for :canonical_url, seo_absolute_url(public_pallavolo_path) %>
|
|
|
|
<div class="wrap seo-page">
|
|
<h1 style="margin-top:24px"><%= t("pages.volleyball.title") %></h1>
|
|
<p class="seo-lead">
|
|
<%= raw t("pages.volleyball.lead_html") %>
|
|
</p>
|
|
|
|
<section class="seo-prose">
|
|
<h2><%= t("pages.volleyball.section1_title") %></h2>
|
|
<p>
|
|
<%= raw t("pages.volleyball.section1_body_html") %>
|
|
</p>
|
|
|
|
<h2><%= t("pages.volleyball.section2_title") %></h2>
|
|
<ul>
|
|
<li><%= t("pages.volleyball.section2_item1") %></li>
|
|
<li><%= t("pages.volleyball.section2_item2") %></li>
|
|
<li><%= t("pages.volleyball.section2_item3") %></li>
|
|
<li><%= t("pages.volleyball.section2_item4") %></li>
|
|
</ul>
|
|
|
|
<h2><%= t("pages.volleyball.section3_title") %></h2>
|
|
<p>
|
|
<%= t("pages.volleyball.section3_body") %>
|
|
</p>
|
|
|
|
<h2><%= t("pages.volleyball.section4_title") %></h2>
|
|
<p>
|
|
<%= t("pages.volleyball.section4_body") %>
|
|
</p>
|
|
|
|
<h2><%= t("pages.volleyball.section5_title") %></h2>
|
|
<p>
|
|
<%= t("pages.volleyball.section5_body") %>
|
|
</p>
|
|
</section>
|
|
|
|
<div class="features-grid" style="margin-top:32px">
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.volleyball.card1_title") %></h3>
|
|
<p><%= t("pages.volleyball.card1_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.volleyball.card2_title") %></h3>
|
|
<p><%= t("pages.volleyball.card2_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.volleyball.card3_title") %></h3>
|
|
<p><%= t("pages.volleyball.card3_body") %></p>
|
|
</div>
|
|
</div>
|
|
|
|
<p style="text-align:center;margin:40px 0">
|
|
<%= link_to t("pages.volleyball.cta_start"), public_signup_path, class: "btn btn-primary" %>
|
|
<%= link_to t("pages.volleyball.cta_faq"), public_faq_path, class: "btn btn-secondary" %>
|
|
</p>
|
|
</div>
|