December 17th,2025 V.32

This commit is contained in:
Flatlogic Bot 2025-12-18 00:31:58 +00:00
parent c7b8c29a1b
commit 98a46d5d6c
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<footer class="bg-blue-600 text-white"> <footer class="bg-blue-800 text-white">
<div class="max-w-7xl mx-auto px-6 py-4 flex flex-wrap justify-between items-center text-sm"> <div class="max-w-7xl mx-auto px-6 py-4 flex flex-wrap justify-between items-center text-sm">
<div class="flex items-center gap-x-6 gap-y-2 flex-wrap"> <div class="flex items-center gap-x-6 gap-y-2 flex-wrap">
<span>FinMox © 2025</span> <span>FinMox © 2025</span>

View File

@ -74,7 +74,7 @@
</div> </div>
</div> </div>
<a href="roi.php" class="inline-block bg-blue-600 text-white font-semibold px-8 py-3 rounded-lg hover:bg-blue-700 transition">See ROI </a> <a href="roi.php" class="inline-block bg-blue-500 text-white font-semibold px-8 py-3 rounded-lg hover:bg-blue-700 transition">See ROI </a>
</main> </main>

View File

@ -60,7 +60,7 @@
<div class="mt-24 text-center"> <div class="mt-24 text-center">
<h2 class="text-4xl font-bold text-blue-600">FinMox does the work.</h2> <h2 class="text-4xl font-bold text-blue-600">FinMox does the work.</h2>
<div class="mt-8"> <div class="mt-8">
<a href="product.php" class="bg-blue-600 text-white px-8 py-4 rounded-xl font-semibold text-lg inline-flex items-center"> <a href="product.php" class="bg-blue-500 text-white px-8 py-4 rounded-xl font-semibold text-lg inline-flex items-center">
See the FinMox Difference See the FinMox Difference
<svg class="w-5 h-5 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path></svg> <svg class="w-5 h-5 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path></svg>
</a> </a>

View File

@ -94,7 +94,7 @@
</div> </div>
</div> </div>
<a href="how_it_works.php" class="mt-16 inline-block bg-blue-600 text-white text-sm px-8 py-3 rounded-lg font-semibold hover:bg-blue-700 transition">See How It Works </a> <a href="how_it_works.php" class="mt-16 inline-block bg-blue-500 text-white text-sm px-8 py-3 rounded-lg font-semibold hover:bg-blue-700 transition">See How It Works </a>
</section> </section>
</main> </main>

View File

@ -64,7 +64,7 @@
</div> </div>
<div class="mt-20"> <div class="mt-20">
<a href="pricing.php" class="bg-blue-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-blue-700">View Pricing </a> <a href="pricing.php" class="bg-blue-500 text-white px-8 py-3 rounded-lg font-semibold hover:bg-blue-700">View Pricing </a>
</div> </div>
</main> </main>