Skip to content

Commit

Permalink
Add a “Jump to pricing” link in Dashify Pro features section
Browse files Browse the repository at this point in the history
If someone comes directly here from the “Upgrade to Pro” link in the
free Dashify plugin, and they already know they want it, they can jump
right to the pricing section.

If anyone wants to see the price first, then they can also do that
faster to see if it’s within their budget.
  • Loading branch information
johnjago committed Jul 9, 2024
1 parent 8589b44 commit fe5ab4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ <h3 class="text-2xl font-semibold text-gray-600 mb-2">Auto-expanding order notes
</div>
</section>
<section id="pro" class="py-16 scroll-mt-16 bg-gray-700 text-gray-50 border-t">
<h2 class="text-4xl px-4 text-center font-bold mb-8">Get even more WooCommerce upgrades with <span class="text-nowrap text-transparent bg-clip-text bg-gradient-to-br from-[#f74de0dd] to-[#f59f3de3]">Dashify Pro</span>.</h2>
<h2 class="text-4xl px-4 text-center font-bold mb-6">Get even more WooCommerce upgrades with <span class="text-nowrap text-transparent bg-clip-text bg-gradient-to-br from-[#f74de0dd] to-[#f59f3de3]">Dashify Pro</span>.</h2>
<a href="#pricing" class="block w-fit mx-auto text-center text-gray-300 mb-8 px-3 py-2 border border-gray-300 rounded-lg hover:text-gray-200 hover:border-gray-200 transition">Jump to pricing</a>
<div class="flex flex-row flex-wrap justify-between px-4 max-w-7xl mx-auto">
<div id="global-search" class="scroll-mt-24 lg:flex flex-col justify-evenly bg-gradient-to-br from-gray-500 to-gray-700 border border-gray-500 p-8 lg:basis-[48%] rounded-lg m-0.5 mt-8">
<div class="lg:flex items-center">
Expand Down

0 comments on commit fe5ab4f

Please sign in to comment.