Update index.html
This commit is contained in:
parent
a69dae4fae
commit
00355ebeee
|
@ -492,23 +492,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- CTA Section -->
|
||||
<section class="py-16 gradient-bg text-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto text-center">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6">Pronto para compartilhar arquivos com segurança?</h2>
|
||||
<p class="text-xl mb-8 opacity-90">Experimente agora mesmo o ErikrafT Drop - rápido, seguro e sem complicações.</p>
|
||||
<a href="https://drop.erikraft.com" class="inline-block bg-white text-indigo-600 hover:bg-gray-100 px-8 py-4 rounded-md font-semibold text-lg transition-colors">
|
||||
<i class="fa-solid fa-paper-plane"></i> Começar a compartilhar
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Reviews Section -->
|
||||
<section id="reviews" class="py-16 bg-gray-50">
|
||||
<div class="container mx-auto px-4">
|
||||
<h2 class="text-3xl font-bold text-center text-gray-800 mb-4">Avaliações</h2>
|
||||
<p class="text-xl text-center text-gray-600 mb-12 max-w-3xl mx-auto">Veja o que os usuários estão dizendo sobre o ErikrafT Drop nas principais plataformas:</p>
|
||||
<p class="text-xl text-center text-gray-600 mb-12 max-w-3xl mx-auto">Veja o que os usuários estão dizendo sobre o ErikrafT Drop nas principais plataformas</p>
|
||||
<div class="grid md:grid-cols-2 gap-8 max-w-3xl mx-auto">
|
||||
<!-- Firefox Review -->
|
||||
<a href="https://addons.mozilla.org/pt-BR/firefox/addon/erikraft-drop/reviews/2217252/" target="_blank" rel="noopener noreferrer" class="block bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-all duration-300">
|
||||
|
@ -555,6 +543,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- CTA Section -->
|
||||
<section class="py-16 gradient-bg text-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto text-center">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6">Pronto para compartilhar arquivos com segurança?</h2>
|
||||
<p class="text-xl mb-8 opacity-90">Experimente agora mesmo o ErikrafT Drop - rápido, seguro e sem complicações.</p>
|
||||
<a href="https://drop.erikraft.com" class="inline-block bg-white text-indigo-600 hover:bg-gray-100 px-8 py-4 rounded-md font-semibold text-lg transition-colors">
|
||||
<i class="fa-solid fa-paper-plane"></i> Começar a compartilhar
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Footer -->
|
||||
<footer class="bg-gray-900 text-gray-400 py-12">
|
||||
<div class="container mx-auto px-4">
|
||||
|
@ -598,6 +598,7 @@
|
|||
<li><a href="https://drop.erikraft.com/privacy-policy.html" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Política de privacidade</a></li>
|
||||
<li><a href="https://drop.erikraft.com/terms-of-use.html" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Termos de uso</a></li>
|
||||
<li><a href="https://github.com/erikraft/Drop/blob/master/LICENSE" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Licença</a></li>
|
||||
<li><a href="https://github.com/erikraft/Drop/blob/master/SECURITY.md" class="hover:text-white"><i class="fa-solid fa-shield-halved"></i> Segurança</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue