Remove Footer CTA section from Symfony page

This commit is contained in:
Younes ENNAJI
2026-01-25 05:18:40 +01:00
parent 6eede92db6
commit 1801e187ac
-21
View File
@@ -1582,27 +1582,6 @@ flash()->preset('welcome_user', ['name' => $user->getFirstName()]);</code></pre>
</div>
</div>
</div>
<!-- Footer CTA -->
<div class="mt-8 mb-12">
<div
class="bg-gradient-to-tr from-indigo-600 to-purple-700 rounded-xl p-8 md:p-12 border border-indigo-500 shadow-md text-center md:text-left">
<div class="flex flex-col md:flex-row md:items-center">
<div class="md:w-3/4">
<h3 class="text-3xl font-bold text-white mb-3">Ready to elevate your Symfony UI?</h3>
<p class="text-indigo-100 mb-6 md:mb-0 text-lg">Start using <strong><span
class="text-white">PHP<span class="text-indigo-200">Flasher</span></span></strong> today and
give your users beautiful notifications in minutes!</p>
</div>
<div class="md:w-1/4 md:text-right">
<a href="#installation"
class="inline-block bg-white text-indigo-700 font-medium px-6 py-3 rounded-lg hover:bg-indigo-50 transition-colors shadow-lg hover:shadow-xl transform hover:-translate-y-1 transition-transform">
Get Started Now
</a>
</div>
</div>
</div>
</div>
</div>
<style>