December 17th,2025 V.35
This commit is contained in:
parent
0d1563ab35
commit
9562c0efd6
@ -13,8 +13,8 @@
|
||||
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
||||
<a href="index.php" class="text-2xl font-bold text-gray-800">FinMox</a>
|
||||
<nav class="space-x-8">
|
||||
<a href="index.php#why-finmox" class="text-gray-600 hover:text-gray-800">Why FinMox</a>
|
||||
<a href="index.php#how-it-works" class="text-gray-600 hover:text-gray-800">How It Works</a>
|
||||
<a href="product.php" class="text-gray-600 hover:text-gray-800">Why FinMox</a>
|
||||
<a href="how_it_works.php" class="text-gray-600 hover:text-gray-800">How It Works</a>
|
||||
<a href="login.php" class="bg-gray-800 text-white px-4 py-2 rounded-md hover:bg-gray-700">Sign In</a>
|
||||
<a href="apply.php" class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-500">Apply for Access</a>
|
||||
</nav>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</nav>
|
||||
<div class="flex gap-3">
|
||||
<a href="login.php" class="text-sm flex items-center">Sign In</a>
|
||||
<a href="register.php" class="bg-black text-white text-sm px-4 py-2 rounded-lg">Sign Up</a>
|
||||
<a href="apply.php" class="bg-black text-white text-sm px-4 py-2 rounded-lg">Apply for Access</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user