35632-vm/pricing.php
2025-12-18 01:35:04 +00:00

112 lines
7.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pricing - FinMox</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
</style>
</head>
<body class="bg-gray-50 text-gray-900">
<!-- NAV -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-10 flex-grow justify-center pl-20">
<a href="index.php" class="text-gray-500 hover:text-black font-medium text-base">Home</a>
<a href="problem.php" class="text-gray-500 hover:text-black font-medium text-base">Problem</a>
<a href="product.php" class="text-gray-500 hover:text-black font-medium text-base">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-500 hover:text-black font-medium text-base">How It Works</a>
<a href="roi.php" class="text-gray-500 hover:text-black font-medium text-base">ROI</a>
<a href="pricing.php" class="text-black hover:text-black font-bold text-base">Pricing</a>
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
</div>
</header>
<!-- CONTENT -->
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
<div class="text-center">
<h1 class="text-4xl md:text-5xl font-extrabold leading-tight">Pricing Founding Partner Access</h1>
<p class="mt-4 max-w-2xl mx-auto text-lg text-gray-600">Limited early plans for teams hiring intentionally.</p>
</div>
<div class="mt-16 grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Plan 1: Starter -->
<div class="bg-white border border-gray-200 rounded-xl shadow-lg p-8 flex flex-col">
<h3 class="text-2xl font-semibold">Starter</h3>
<p class="mt-2 text-gray-600">Best for small teams hiring occasionally.</p>
<div class="mt-6 text-4xl font-bold">$249<span class="text-lg font-medium text-gray-500">/mo</span></div>
<ul class="mt-8 space-y-4 text-gray-700 flex-grow">
<li class="flex items-center gap-3"><span class="text-green-500"></span>Up to 3 active jobs</li>
<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>
<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 -->
<div class="bg-black text-white rounded-xl shadow-2xl p-8 flex flex-col ring-2 ring-blue-500">
<div class="flex justify-between items-start">
<h3 class="text-2xl font-semibold">Growth</h3>
<span class="bg-blue-500 text-white text-xs font-bold uppercase px-3 py-1 rounded-full">Most Popular</span>
</div>
<p class="mt-2 text-gray-300">For teams hiring consistently.</p>
<div class="mt-6 text-4xl font-bold">$599<span class="text-lg font-medium text-gray-400">/mo</span></div>
<ul class="mt-8 space-y-4 text-gray-200 flex-grow">
<li class="flex items-center gap-3"><span class="text-blue-400"></span>Up to 10 active jobs</li>
<li class="flex items-center gap-3"><span class="text-blue-400"></span>Up to 600 candidates/month</li>
<li class="flex items-center gap-3"><span class="text-blue-400"></span>Advanced candidate scoring</li>
<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 for Access</a>
</div>
<!-- Plan 3: Pro -->
<div class="bg-white border border-gray-200 rounded-xl shadow-lg p-8 flex flex-col">
<h3 class="text-2xl font-semibold">Pro</h3>
<p class="mt-2 text-gray-600">Full automation power.</p>
<div class="mt-6 text-4xl font-bold">$1,499<span class="text-lg font-medium text-gray-500">/mo</span></div>
<ul class="mt-8 space-y-4 text-gray-700 flex-grow">
<li class="flex items-center gap-3"><span class="text-green-500"></span>Unlimited jobs</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>Unlimited candidates (fair use)</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>Custom scoring criteria</li>
<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 for Access</a>
</div>
<!-- Plan 4: Enterprise -->
<div class="bg-white border border-gray-200 rounded-xl shadow-lg p-8 flex flex-col">
<h3 class="text-2xl font-semibold">Enterprise</h3>
<p class="mt-2 text-gray-600">High-volume or complex needs.</p>
<div class="mt-6 text-4xl font-bold">Custom</div>
<ul class="mt-8 space-y-4 text-gray-700 flex-grow">
<li class="flex items-center gap-3"><span class="text-green-500"></span>Custom workflows</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>Dedicated onboarding</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>SLA & compliance support</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span>ATS integrations</li>
</ul>
<a href="#" class="mt-8 bg-gray-800 text-white text-center font-semibold py-3 rounded-lg hover:bg-black transition">Talk to Us</a>
</div>
</div>
<div class="mt-16 text-center text-gray-600">
<p>Final note: FinMox HR is built for intentional hiring not mass recruiting.</p>
</div>
</main>
<?php include '_footer.php'; ?>
</body>
</html>