|
153 | 153 | <div class="p-2 lg:w-1/3 md:w-full"> |
154 | 154 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
155 | 155 | <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> |
157 | 157 | </div> |
158 | 158 | <div class="flex-grow"> |
159 | 159 | <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') %> |
161 | 161 | </h2> |
162 | 162 | <p class="text-gray-500"> |
163 | | - <%= t('marketing.landing_page.benefits.organization.text') %> |
| 163 | + <%= t('marketing.landing_page.benefits.creativity.text') %> |
164 | 164 | </p> |
165 | 165 | </div> |
166 | 166 | </div> |
167 | 167 | </div> |
168 | 168 | <div class="p-2 lg:w-1/3 md:w-full"> |
169 | 169 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
170 | 170 | <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> |
172 | 172 | </div> |
173 | 173 | <div class="flex-grow"> |
174 | 174 | <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') %> |
176 | 176 | </h2> |
177 | 177 | <p class="text-gray-500"> |
178 | | - <%= t('marketing.landing_page.benefits.backups.text') %> |
| 178 | + <%= t('marketing.landing_page.benefits.speed.text') %> |
179 | 179 | </p> |
180 | 180 | </div> |
181 | 181 | </div> |
182 | 182 | </div> |
183 | 183 | <div class="p-2 lg:w-1/3 md:w-full"> |
184 | 184 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
185 | 185 | <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> |
187 | 187 | </div> |
188 | 188 | <div class="flex-grow"> |
189 | 189 | <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') %> |
191 | 191 | </h2> |
192 | 192 | <p class="text-gray-500"> |
193 | | - <%= t('marketing.landing_page.benefits.speed.text') %> |
| 193 | + <%= t('marketing.landing_page.benefits.organization.text') %> |
194 | 194 | </p> |
195 | 195 | </div> |
196 | 196 | </div> |
197 | 197 | </div> |
198 | 198 | <div class="p-2 lg:w-1/3 md:w-full"> |
199 | 199 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
200 | 200 | <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> |
202 | 202 | </div> |
203 | 203 | <div class="flex-grow"> |
204 | 204 | <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') %> |
206 | 206 | </h2> |
207 | 207 | <p class="text-gray-500"> |
208 | | - <%= t('marketing.landing_page.benefits.sharing.text') %> |
| 208 | + <%= t('marketing.landing_page.benefits.search.text') %> |
209 | 209 | </p> |
210 | 210 | </div> |
211 | 211 | </div> |
212 | 212 | </div> |
213 | 213 | <div class="p-2 lg:w-1/3 md:w-full"> |
214 | 214 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
215 | 215 | <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> |
217 | 217 | </div> |
218 | 218 | <div class="flex-grow"> |
219 | 219 | <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') %> |
221 | 221 | </h2> |
222 | 222 | <p class="text-gray-500"> |
223 | | - <%= t('marketing.landing_page.benefits.ads.text') %> |
| 223 | + <%= t('marketing.landing_page.benefits.growth.text') %> |
224 | 224 | </p> |
225 | 225 | </div> |
226 | 226 | </div> |
227 | 227 | </div> |
228 | 228 | <div class="p-2 lg:w-1/3 md:w-full"> |
229 | 229 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
230 | 230 | <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> |
232 | 232 | </div> |
233 | 233 | <div class="flex-grow"> |
234 | 234 | <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') %> |
236 | 236 | </h2> |
237 | 237 | <p class="text-gray-500"> |
238 | | - <%= t('marketing.landing_page.benefits.search.text') %> |
| 238 | + <%= t('marketing.landing_page.benefits.sharing.text') %> |
239 | 239 | </p> |
240 | 240 | </div> |
241 | 241 | </div> |
242 | 242 | </div> |
243 | 243 | <div class="p-2 lg:w-1/3 md:w-full"> |
244 | 244 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
245 | 245 | <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> |
247 | 247 | </div> |
248 | 248 | <div class="flex-grow"> |
249 | 249 | <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') %> |
251 | 251 | </h2> |
252 | 252 | <p class="text-gray-500"> |
253 | | - <%= t('marketing.landing_page.benefits.creativity.text') %> |
| 253 | + <%= t('marketing.landing_page.benefits.backups.text') %> |
254 | 254 | </p> |
255 | 255 | </div> |
256 | 256 | </div> |
257 | 257 | </div> |
258 | 258 | <div class="p-2 lg:w-1/3 md:w-full"> |
259 | 259 | <div class="bg-white flex flex-nowrap flex-row border-gray-200 border p-4 rounded-lg"> |
260 | 260 | <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> |
262 | 262 | </div> |
263 | 263 | <div class="flex-grow"> |
264 | 264 | <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') %> |
266 | 266 | </h2> |
267 | 267 | <p class="text-gray-500"> |
268 | | - <%= t('marketing.landing_page.benefits.growth.text') %> |
| 268 | + <%= t('marketing.landing_page.benefits.ads.text') %> |
269 | 269 | </p> |
270 | 270 | </div> |
271 | 271 | </div> |
|
343 | 343 |
|
344 | 344 | <div class="relative mb-4"> |
345 | 345 | <%= f.label :email_updates do %> |
346 | | - <%= f.check_box :email_updates %> |
| 346 | + <%= f.check_box :email_updates, checked: 'false' %> |
347 | 347 | <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 |
349 | 349 | what's new. |
350 | 350 | </span> |
351 | 351 | <% end %> |
|
550 | 550 | </svg> |
551 | 551 | </span> |
552 | 552 | Create <span class="font-bold"> 3 core </span> worldbuilding pages |
553 | | - <div> |
| 553 | + <div class="mb-2 -mt-3"> |
554 | 554 | <% (Rails.application.config.content_types[:free]).each do |content_class| %> |
555 | 555 | <% next if content_class.name == "Universe" %> |
556 | 556 | <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 | 559 | <% end %> |
560 | 560 | </div> |
561 | 561 | </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"> unlimited </span> documents |
| 570 | + </p> |
562 | 571 | <%= link_to new_user_registration_path, class: 'mt-auto' do %> |
563 | 572 | <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"> |
564 | 573 | Sign up |
|
616 | 625 | <path d="M20 6L9 17l-5-5"></path> |
617 | 626 | </svg> |
618 | 627 | </span> |
619 | | - Create timelines |
| 628 | + Write and analyze documents |
620 | 629 | </p> |
621 | 630 | <p class="flex items-center text-gray-600 mb-2"> |
622 | 631 | <span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0"> |
623 | 632 | <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"> |
624 | 633 | <path d="M20 6L9 17l-5-5"></path> |
625 | 634 | </svg> |
626 | 635 | </span> |
627 | | - Create collections |
| 636 | + Create timelines |
628 | 637 | </p> |
629 | 638 | <p class="flex items-center text-gray-600 mb-8"> |
630 | 639 | <span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0"> |
631 | 640 | <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"> |
632 | 641 | <path d="M20 6L9 17l-5-5"></path> |
633 | 642 | </svg> |
634 | 643 | </span> |
635 | | - Analyze documents |
| 644 | + Create collections |
636 | 645 | </p> |
637 | 646 | <%= link_to new_user_registration_path, class: 'mt-auto' do %> |
638 | 647 | <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 | 700 | <path d="M20 6L9 17l-5-5"></path> |
692 | 701 | </svg> |
693 | 702 | </span> |
694 | | - Create timelines |
| 703 | + Write and analyze documents |
695 | 704 | </p> |
696 | 705 | <p class="flex items-center text-gray-600 mb-2"> |
697 | 706 | <span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0"> |
698 | 707 | <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"> |
699 | 708 | <path d="M20 6L9 17l-5-5"></path> |
700 | 709 | </svg> |
701 | 710 | </span> |
702 | | - Create collections |
| 711 | + Create timelines |
703 | 712 | </p> |
704 | 713 | <p class="flex items-center text-gray-600 mb-8"> |
705 | 714 | <span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0"> |
706 | 715 | <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"> |
707 | 716 | <path d="M20 6L9 17l-5-5"></path> |
708 | 717 | </svg> |
709 | 718 | </span> |
710 | | - Analyze documents |
| 719 | + Create collections |
711 | 720 | </p> |
712 | 721 | <%= link_to new_user_registration_path, class: 'mt-auto' do %> |
713 | 722 | <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 | 773 | <path d="M20 6L9 17l-5-5"></path> |
765 | 774 | </svg> |
766 | 775 | </span> |
767 | | - Create timelines |
| 776 | + Write and analyze documents |
768 | 777 | </p> |
769 | 778 | <p class="flex items-center text-gray-600 mb-2"> |
770 | 779 | <span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0"> |
771 | 780 | <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"> |
772 | 781 | <path d="M20 6L9 17l-5-5"></path> |
773 | 782 | </svg> |
774 | 783 | </span> |
775 | | - Create collections |
| 784 | + Create timelines |
776 | 785 | </p> |
777 | 786 | <p class="flex items-center text-gray-600 mb-8"> |
778 | 787 | <span class="w-4 h-4 mr-2 inline-flex items-center justify-center bg-gray-400 text-white rounded-full flex-shrink-0"> |
779 | 788 | <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"> |
780 | 789 | <path d="M20 6L9 17l-5-5"></path> |
781 | 790 | </svg> |
782 | 791 | </span> |
783 | | - Analyze documents |
| 792 | + Create collections |
784 | 793 | </p> |
785 | 794 | <%= link_to new_user_registration_path, class: 'mt-auto' do %> |
786 | 795 | <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