December 17th,2025 V.32
This commit is contained in:
parent
c7b8c29a1b
commit
98a46d5d6c
@ -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="flex items-center gap-x-6 gap-y-2 flex-wrap">
|
||||
<span>FinMox © 2025</span>
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
</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>
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
<div class="mt-24 text-center">
|
||||
<h2 class="text-4xl font-bold text-blue-600">FinMox does the work.</h2>
|
||||
<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
|
||||
<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>
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
</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>
|
||||
</main>
|
||||
|
||||
|
||||
2
roi.php
2
roi.php
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
|
||||
<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>
|
||||
</main>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user