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>
65 lines
2.4 KiB
ERB
65 lines
2.4 KiB
ERB
<% content_for :title, t("pages.features.meta_title") %>
|
|
<% content_for :meta_description, t("pages.features.meta_description") %>
|
|
<% content_for :canonical_url, seo_absolute_url(public_features_path) %>
|
|
|
|
<div class="wrap">
|
|
<h1 style="margin-top:24px"><%= t("pages.features.title") %></h1>
|
|
<p style="color:#aaa;max-width:640px"><%= t("pages.features.lead") %></p>
|
|
|
|
<section class="section">
|
|
<h2><%= t("pages.features.staff_section_title") %></h2>
|
|
<div class="features-grid">
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.staff_invite_title") %></h3>
|
|
<p><%= t("pages.features.staff_invite_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.staff_access_title") %></h3>
|
|
<p><%= t("pages.features.staff_access_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.staff_plans_title") %></h3>
|
|
<p><%= t("pages.features.staff_plans_body") %></p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2><%= t("pages.features.live_section_title") %></h2>
|
|
<div class="features-grid">
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_phone_title") %></h3>
|
|
<p><%= t("pages.features.live_phone_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_score_title") %></h3>
|
|
<p><%= t("pages.features.live_score_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_link_title") %></h3>
|
|
<p><%= t("pages.features.live_link_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_archive_title") %></h3>
|
|
<p><%= t("pages.features.live_archive_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_youtube_mltv_title") %></h3>
|
|
<p><%= t("pages.features.live_youtube_mltv_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_youtube_club_title") %></h3>
|
|
<p><%= t("pages.features.live_youtube_club_body") %></p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3><%= t("pages.features.live_website_title") %></h3>
|
|
<p><%= t("pages.features.live_website_body") %></p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<p style="text-align:center;margin:40px 0">
|
|
<%= link_to t("pages.features.cta_signup"), public_signup_path, class: "btn btn-primary" %>
|
|
</p>
|
|
</div>
|