diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index df33706..78d80ec 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -82,7 +82,6 @@ -
@@ -180,7 +179,7 @@
-
+

Missing a feature? Questions? @@ -188,6 +187,9 @@

We are building tinyforms to make your work easier! Let us know what we can do for you.

+

+ Reach us using this tinyform, or shoot us an email at hello@tinyfor.ms. +

@@ -195,7 +197,7 @@
- +
@@ -223,4 +225,26 @@

+ +
+ +
+
+

+ Simple, affordable pricing +

+

+ 50 submissions free!
+ then pay only what you use at
+ 5€ per 500 submissions. +

+

+ <%= link_to "get started now", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %> +

+

+ Want to see tinyforms in action first? Try our <%= link_to "live demos", demo_url %>. +

+
+
+ \ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb index b108759..4d9a499 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -29,7 +29,7 @@ Rails.application.routes.draw do get '/auth' => 'sessions#auth', :as => :auth get '/demo(/:backend)' => 'home#demo', :as => :demo - get '/contact' => 'home#contact', :as => :contact + get '/contact', to: redirect('/#contact-us'), :as => :contact get '/help', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149') get '/form-building-service', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149')