diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 14d1b529..b3dea132 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -153,29 +153,14 @@
- list + bubble_chart

- <%= t('marketing.landing_page.benefits.organization.title') %> + <%= t('marketing.landing_page.benefits.creativity.title') %>

- <%= t('marketing.landing_page.benefits.organization.text') %> -

-
-
-
-
-
-
- cloud -
-
-

- <%= t('marketing.landing_page.benefits.backups.title') %> -

-

- <%= t('marketing.landing_page.benefits.backups.text') %> + <%= t('marketing.landing_page.benefits.creativity.text') %>

@@ -198,29 +183,14 @@
- group + list

- <%= t('marketing.landing_page.benefits.sharing.title') %> + <%= t('marketing.landing_page.benefits.organization.title') %>

- <%= t('marketing.landing_page.benefits.sharing.text') %> -

-
-
-
-
-
-
- security -
-
-

- <%= t('marketing.landing_page.benefits.ads.title') %> -

-

- <%= t('marketing.landing_page.benefits.ads.text') %> + <%= t('marketing.landing_page.benefits.organization.text') %>

@@ -240,21 +210,6 @@
-
-
-
- bubble_chart -
-
-

- <%= t('marketing.landing_page.benefits.creativity.title') %> -

-

- <%= t('marketing.landing_page.benefits.creativity.text') %> -

-
-
-
@@ -270,6 +225,51 @@
+
+
+
+ group +
+
+

+ <%= t('marketing.landing_page.benefits.sharing.title') %> +

+

+ <%= t('marketing.landing_page.benefits.sharing.text') %> +

+
+
+
+
+
+
+ cloud +
+
+

+ <%= t('marketing.landing_page.benefits.backups.title') %> +

+

+ <%= t('marketing.landing_page.benefits.backups.text') %> +

+
+
+
+
+
+
+ security +
+
+

+ <%= t('marketing.landing_page.benefits.ads.title') %> +

+

+ <%= t('marketing.landing_page.benefits.ads.text') %> +

+
+
+
@@ -343,9 +343,9 @@
<%= f.label :email_updates do %> - <%= f.check_box :email_updates %> + <%= f.check_box :email_updates, checked: 'false' %> - We're always working to improve Notebook.ai. Please leave this box checked if you'd like to receive occasional updates about + We're always working to improve Notebook.ai. Please check this box if you'd like to receive occasional updates about what's new. <% end %> @@ -550,7 +550,7 @@ Create  3 core  worldbuilding pages -
+
<% (Rails.application.config.content_types[:free]).each do |content_class| %> <% next if content_class.name == "Universe" %> @@ -559,6 +559,15 @@ <% end %>

+ +

+ + + + + + Write  unlimited  documents +

<%= link_to new_user_registration_path, class: 'mt-auto' do %>