December 17th,2025 V.35

This commit is contained in:
Flatlogic Bot 2025-12-18 00:54:42 +00:00
parent 0d1563ab35
commit 9562c0efd6
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
<div class="container mx-auto px-6 py-4 flex justify-between items-center"> <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> <a href="index.php" class="text-2xl font-bold text-gray-800">FinMox</a>
<nav class="space-x-8"> <nav class="space-x-8">
<a href="index.php#why-finmox" class="text-gray-600 hover:text-gray-800">Why FinMox</a> <a href="product.php" 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="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="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> <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> </nav>

View File

@ -23,7 +23,7 @@
</nav> </nav>
<div class="flex gap-3"> <div class="flex gap-3">
<a href="login.php" class="text-sm flex items-center">Sign In</a> <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> </div>
</header> </header>