Skip to content

Commit 645c0b9

Browse files
committed
remove link to designers landing page
1 parent f42e0b0 commit 645c0b9

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

app/views/main/index.html.erb

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<section class="text-gray-600 body-font">
3333
<div class="container px-5 py-20 mb-8 mx-auto">
3434
<div class="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4 md:space-y-0 space-y-6">
35-
<div class="p-4 md:w-1/3 flex">
35+
<div class="p-4 md:w-1/2 flex">
3636
<div class="flex flex-row items-center mb-2">
3737
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-blue-100 text-blue-500 flex-shrink-0">
3838
<i class="material-icons text-3xl mb-1">create</i>
@@ -54,7 +54,7 @@
5454
</div>
5555
</div>
5656

57-
<div class="p-4 md:w-1/3 flex">
57+
<div class="p-4 md:w-1/2 flex">
5858
<div class="flex flex-row items-center mb-2">
5959
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-blue-100 text-blue-500 flex-shrink-0">
6060
<i class="material-icons text-3xl mb-1">gavel</i>
@@ -75,28 +75,6 @@
7575
<% end %>
7676
</div>
7777
</div>
78-
79-
<div class="p-4 md:w-1/3 flex">
80-
<div class="flex flex-row items-center mb-2">
81-
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-blue-100 text-blue-500 flex-shrink-0">
82-
<i class="material-icons text-3xl mb-1">brush</i>
83-
</div>
84-
<div class="ml-4 text-2xl font-bold">
85-
<%= t('marketing.landing_page.cta.designers.header') %>
86-
</div>
87-
</div>
88-
<div class="flex-grow pl-1">
89-
<p class="leading-relaxed text-base">
90-
<%= t('marketing.landing_page.cta.designers.body') %>
91-
</p>
92-
<%= link_to designers_landing_path, class: 'mt-3 text-indigo-500 inline-flex items-center' do %>
93-
<%= t('marketing.landing_page.cta.designers.button') %>
94-
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
95-
<path d="M5 12h14M12 5l7 7-7 7"></path>
96-
</svg>
97-
<% end %>
98-
</div>
99-
</div>
10078
</div>
10179
</div>
10280
</section>

0 commit comments

Comments
 (0)