Add buttons to hero in footer

[MAILPOET-5906]
This commit is contained in:
Brezo Cordero
2024-03-22 22:50:52 -05:00
committed by David Remer
parent 9d01358b58
commit 12770d40b5
2 changed files with 25 additions and 0 deletions

View File

@ -74,3 +74,20 @@
text-align: left; text-align: left;
} }
} }
.mailpoet-tiers-page-hero-section-questions__actions {
align-items: flex-start;
display: flex;
gap: 8px;
.components-button {
align-self: flex-start;
font-size: 0.8125rem;
justify-content: center;
padding: 8px 12px;
&.is-link {
text-decoration: none;
}
}
}

View File

@ -176,6 +176,14 @@
%> %>
</p> </p>
</div> </div>
<div class="mailpoet-tiers-page-hero-section-questions__actions">
<a target="_blank" href="https://account.mailpoet.com/" class="components-button is-secondary">
<%= __('Compare plans') %>
</a>
<a target="_blank" href="https://kb.mailpoet.com/article/223-licenses-and-sales" class="components-button is-link">
<%= __('Read FAQ') %>
</a>
</div>
</div> </div>
<img src="<%= cdn_url('premium/6-hero.png') %>" /> <img src="<%= cdn_url('premium/6-hero.png') %>" />
</div> </div>