Skip to content

Commit f42e0b0

Browse files
committed
landing page design tweaks
1 parent c38dfde commit f42e0b0

File tree

1 file changed

+45
-36
lines changed

1 file changed

+45
-36
lines changed

app/views/main/index.html.erb

Lines changed: 45 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -153,119 +153,119 @@
153153
<div class="p-2 lg:w-1/3 md:w-full">
154154
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
155155
<div class="text-center">
156-
<i class="material-icons w-12 h-12 mr-4 text-5xl">list</i>
156+
<i class="material-icons w-12 h-12 mr-4 text-5xl">bubble_chart</i>
157157
</div>
158158
<div class="flex-grow">
159159
<h2 class="text-gray-900 title-font font-medium mb-2">
160-
<%= t('marketing.landing_page.benefits.organization.title') %>
160+
<%= t('marketing.landing_page.benefits.creativity.title') %>
161161
</h2>
162162
<p class="text-gray-500">
163-
<%= t('marketing.landing_page.benefits.organization.text') %>
163+
<%= t('marketing.landing_page.benefits.creativity.text') %>
164164
</p>
165165
</div>
166166
</div>
167167
</div>
168168
<div class="p-2 lg:w-1/3 md:w-full">
169169
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
170170
<div class="text-center">
171-
<i class="material-icons w-12 h-12 mr-4 text-5xl">cloud</i>
171+
<i class="material-icons w-12 h-12 mr-4 text-5xl"><%= Document.icon %></i>
172172
</div>
173173
<div class="flex-grow">
174174
<h2 class="text-gray-900 title-font font-medium mb-2">
175-
<%= t('marketing.landing_page.benefits.backups.title') %>
175+
<%= t('marketing.landing_page.benefits.speed.title') %>
176176
</h2>
177177
<p class="text-gray-500">
178-
<%= t('marketing.landing_page.benefits.backups.text') %>
178+
<%= t('marketing.landing_page.benefits.speed.text') %>
179179
</p>
180180
</div>
181181
</div>
182182
</div>
183183
<div class="p-2 lg:w-1/3 md:w-full">
184184
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
185185
<div class="text-center">
186-
<i class="material-icons w-12 h-12 mr-4 text-5xl"><%= Document.icon %></i>
186+
<i class="material-icons w-12 h-12 mr-4 text-5xl">list</i>
187187
</div>
188188
<div class="flex-grow">
189189
<h2 class="text-gray-900 title-font font-medium mb-2">
190-
<%= t('marketing.landing_page.benefits.speed.title') %>
190+
<%= t('marketing.landing_page.benefits.organization.title') %>
191191
</h2>
192192
<p class="text-gray-500">
193-
<%= t('marketing.landing_page.benefits.speed.text') %>
193+
<%= t('marketing.landing_page.benefits.organization.text') %>
194194
</p>
195195
</div>
196196
</div>
197197
</div>
198198
<div class="p-2 lg:w-1/3 md:w-full">
199199
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
200200
<div class="text-center">
201-
<i class="material-icons w-12 h-12 mr-4 text-5xl">group</i>
201+
<i class="material-icons w-12 h-12 mr-4 text-5xl">search</i>
202202
</div>
203203
<div class="flex-grow">
204204
<h2 class="text-gray-900 title-font font-medium mb-2">
205-
<%= t('marketing.landing_page.benefits.sharing.title') %>
205+
<%= t('marketing.landing_page.benefits.search.title') %>
206206
</h2>
207207
<p class="text-gray-500">
208-
<%= t('marketing.landing_page.benefits.sharing.text') %>
208+
<%= t('marketing.landing_page.benefits.search.text') %>
209209
</p>
210210
</div>
211211
</div>
212212
</div>
213213
<div class="p-2 lg:w-1/3 md:w-full">
214214
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
215215
<div class="text-center">
216-
<i class="material-icons w-12 h-12 mr-4 text-5xl">security</i>
216+
<i class="material-icons w-12 h-12 mr-4 text-5xl">settings_ethernet</i>
217217
</div>
218218
<div class="flex-grow">
219219
<h2 class="text-gray-900 title-font font-medium mb-2">
220-
<%= t('marketing.landing_page.benefits.ads.title') %>
220+
<%= t('marketing.landing_page.benefits.growth.title') %>
221221
</h2>
222222
<p class="text-gray-500">
223-
<%= t('marketing.landing_page.benefits.ads.text') %>
223+
<%= t('marketing.landing_page.benefits.growth.text') %>
224224
</p>
225225
</div>
226226
</div>
227227
</div>
228228
<div class="p-2 lg:w-1/3 md:w-full">
229229
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
230230
<div class="text-center">
231-
<i class="material-icons w-12 h-12 mr-4 text-5xl">search</i>
231+
<i class="material-icons w-12 h-12 mr-4 text-5xl">group</i>
232232
</div>
233233
<div class="flex-grow">
234234
<h2 class="text-gray-900 title-font font-medium mb-2">
235-
<%= t('marketing.landing_page.benefits.search.title') %>
235+
<%= t('marketing.landing_page.benefits.sharing.title') %>
236236
</h2>
237237
<p class="text-gray-500">
238-
<%= t('marketing.landing_page.benefits.search.text') %>
238+
<%= t('marketing.landing_page.benefits.sharing.text') %>
239239
</p>
240240
</div>
241241
</div>
242242
</div>
243243
<div class="p-2 lg:w-1/3 md:w-full">
244244
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
245245
<div class="text-center">
246-
<i class="material-icons w-12 h-12 mr-4 text-5xl">bubble_chart</i>
246+
<i class="material-icons w-12 h-12 mr-4 text-5xl">cloud</i>
247247
</div>
248248
<div class="flex-grow">
249249
<h2 class="text-gray-900 title-font font-medium mb-2">
250-
<%= t('marketing.landing_page.benefits.creativity.title') %>
250+
<%= t('marketing.landing_page.benefits.backups.title') %>
251251
</h2>
252252
<p class="text-gray-500">
253-
<%= t('marketing.landing_page.benefits.creativity.text') %>
253+
<%= t('marketing.landing_page.benefits.backups.text') %>
254254
</p>
255255
</div>
256256
</div>
257257
</div>
258258
<div class="p-2 lg:w-1/3 md:w-full">
259259
<div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg">
260260
<div class="text-center">
261-
<i class="material-icons w-12 h-12 mr-4 text-5xl">settings_ethernet</i>
261+
<i class="material-icons w-12 h-12 mr-4 text-5xl">security</i>
262262
</div>
263263
<div class="flex-grow">
264264
<h2 class="text-gray-900 title-font font-medium mb-2">
265-
<%= t('marketing.landing_page.benefits.growth.title') %>
265+
<%= t('marketing.landing_page.benefits.ads.title') %>
266266
</h2>
267267
<p class="text-gray-500">
268-
<%= t('marketing.landing_page.benefits.growth.text') %>
268+
<%= t('marketing.landing_page.benefits.ads.text') %>
269269
</p>
270270
</div>
271271
</div>
@@ -343,9 +343,9 @@
343343

344344
<div class="relative mb-4">
345345
<%= f.label :email_updates do %>
346-
<%= f.check_box :email_updates %>
346+
<%= f.check_box :email_updates, checked: 'false' %>
347347
<span>
348-
We're always working to improve Notebook.ai. Please leave this box checked if you'd like to receive occasional updates about
348+
We're always working to improve Notebook.ai. Please check this box if you'd like to receive occasional updates about
349349
what's new.
350350
</span>
351351
<% end %>
@@ -550,7 +550,7 @@
550550
</svg>
551551
</span>
552552
Create <span class="font-bold">&nbsp;3 core&nbsp;</span> worldbuilding pages
553-
<div>
553+
<div class="mb-2 -mt-3">
554554
<% (Rails.application.config.content_types[:free]).each do |content_class| %>
555555
<% next if content_class.name == "Universe" %>
556556
<i class="material-icons <%= content_class.text_color %> tooltipped" style="font-size: 240%" data-position="bottom" data-delay="0" data-tooltip="Create unlimited <%= content_class.name.pluralize %>">
@@ -559,6 +559,15 @@
559559
<% end %>
560560
</div>
561561
</p>
562+
563+
<p class="flex items-center text-gray-600 mb-8">
564+
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
565+
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
566+
<path d="M20 6L9 17l-5-5"></path>
567+
</svg>
568+
</span>
569+
Write <span class="font-bold">&nbsp;unlimited&nbsp;</span> documents
570+
</p>
562571
<%= link_to new_user_registration_path, class: 'mt-auto' do %>
563572
<button class="flex items-center mt-auto text-white bg-gray-400 border-0 py-2 px-4 w-full focus:outline-none hover:bg-gray-500 rounded">
564573
Sign up
@@ -616,23 +625,23 @@
616625
<path d="M20 6L9 17l-5-5"></path>
617626
</svg>
618627
</span>
619-
Create timelines
628+
Write and analyze documents
620629
</p>
621630
<p class="flex items-center text-gray-600 mb-2">
622631
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
623632
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
624633
<path d="M20 6L9 17l-5-5"></path>
625634
</svg>
626635
</span>
627-
Create collections
636+
Create timelines
628637
</p>
629638
<p class="flex items-center text-gray-600 mb-8">
630639
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
631640
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
632641
<path d="M20 6L9 17l-5-5"></path>
633642
</svg>
634643
</span>
635-
Analyze documents
644+
Create collections
636645
</p>
637646
<%= link_to new_user_registration_path, class: 'mt-auto' do %>
638647
<button class="flex items-center mt-auto text-white bg-gray-400 border-0 py-2 px-4 w-full focus:outline-none hover:bg-gray-500 rounded">
@@ -691,23 +700,23 @@
691700
<path d="M20 6L9 17l-5-5"></path>
692701
</svg>
693702
</span>
694-
Create timelines
703+
Write and analyze documents
695704
</p>
696705
<p class="flex items-center text-gray-600 mb-2">
697706
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
698707
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
699708
<path d="M20 6L9 17l-5-5"></path>
700709
</svg>
701710
</span>
702-
Create collections
711+
Create timelines
703712
</p>
704713
<p class="flex items-center text-gray-600 mb-8">
705714
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
706715
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
707716
<path d="M20 6L9 17l-5-5"></path>
708717
</svg>
709718
</span>
710-
Analyze documents
719+
Create collections
711720
</p>
712721
<%= link_to new_user_registration_path, class: 'mt-auto' do %>
713722
<button class="flex items-center mt-auto text-white bg-indigo-500 border-0 py-2 px-4 w-full focus:outline-none hover:bg-indigo-600 rounded">
@@ -764,23 +773,23 @@
764773
<path d="M20 6L9 17l-5-5"></path>
765774
</svg>
766775
</span>
767-
Create timelines
776+
Write and analyze documents
768777
</p>
769778
<p class="flex items-center text-gray-600 mb-2">
770779
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
771780
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
772781
<path d="M20 6L9 17l-5-5"></path>
773782
</svg>
774783
</span>
775-
Create collections
784+
Create timelines
776785
</p>
777786
<p class="flex items-center text-gray-600 mb-8">
778787
<span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0">
779788
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" class="w-3 h-3" viewBox="0 0 24 24">
780789
<path d="M20 6L9 17l-5-5"></path>
781790
</svg>
782791
</span>
783-
Analyze documents
792+
Create collections
784793
</p>
785794
<%= link_to new_user_registration_path, class: 'mt-auto' do %>
786795
<button class="flex items-center mt-auto text-white bg-gray-400 border-0 py-2 px-4 w-full focus:outline-none hover:bg-gray-500 rounded">

0 commit comments

Comments
 (0)