Decemeber 17th,2025 V.35.1

This commit is contained in:
Flatlogic Bot 2025-12-18 01:05:07 +00:00
parent 9562c0efd6
commit 59f5bb7547
3 changed files with 9 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -23,9 +23,9 @@
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-blue-700 font-bold">Pricing</a>
</nav>
<div class="flex gap-3">
<a href="login.php" class="text-sm flex items-center">Sign In</a>
<a href="apply.php" class="bg-black text-white text-sm px-4 py-2 rounded-lg">Apply</a>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>
@ -47,9 +47,7 @@
<li class="flex items-center gap-3"><span class="text-green-500"></span>Up to 150 candidates/month</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>Resume parsing & ranking</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>AI-generated summaries</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>Offer letter drafting</li>
</ul>
<a href="apply.php" class="mt-8 bg-gray-800 text-white text-center font-semibold py-3 rounded-lg hover:bg-black transition">Apply</a>
<a href="apply.php" class="mt-8 bg-gray-800 text-white text-center font-semibold py-3 rounded-lg hover:bg-black transition">Apply for Access</a>
</div>
<!-- Plan 2: Growth -->
@ -67,7 +65,7 @@
<li class="flex items-center gap-3"><span class="text-blue-400"></span>Interview automation</li>
<li class="flex items-center gap-3"><span class="text-blue-400"></span>Exportable hiring reports</li>
</ul>
<a href="apply.php" class="mt-8 bg-blue-600 text-white text-center font-semibold py-3 rounded-lg hover:bg-blue-700 transition">Apply</a>
<a href="apply.php" class="mt-8 bg-blue-600 text-white text-center font-semibold py-3 rounded-lg hover:bg-blue-700 transition">Apply for Access</a>
</div>
<!-- Plan 3: Pro -->
@ -82,7 +80,7 @@
<li class="flex items-center gap-3"><span class="text-green-500"></span>Priority processing</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>Whitelabeled outputs</li>
</ul>
<a href="apply.php" class="mt-8 bg-gray-800 text-white text-center font-semibold py-3 rounded-lg hover:bg-black transition">Apply</a>
<a href="apply.php" class="mt-8 bg-gray-800 text-white text-center font-semibold py-3 rounded-lg hover:bg-black transition">Apply for Access</a>
</div>
<!-- Plan 4: Enterprise -->

View File

@ -21,9 +21,9 @@
<a href="roi.php" class="text-gray-600 hover:text-black">ROI</a>
<a href="pricing.php" class="text-gray-600 hover:text-black">Pricing</a>
</nav>
<div class="flex gap-3">
<a href="login.php" class="text-sm flex items-center">Sign In</a>
<a href="apply.php" class="bg-black text-white text-sm px-4 py-2 rounded-lg">Apply for Access</a>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>