December 17th,2025 V.25
This commit is contained in:
parent
9017ed2c73
commit
fabb13339b
101
pricing.php
101
pricing.php
@ -24,69 +24,106 @@
|
|||||||
<a href="pricing.php" class="text-gray-600 hover:text-black font-semibold">Pricing</a>
|
<a href="pricing.php" class="text-gray-600 hover:text-black font-semibold">Pricing</a>
|
||||||
</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</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- CONTENT -->
|
<!-- CONTENT -->
|
||||||
<main class="max-w-7xl mx-auto px-6 py-16">
|
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 class="text-4xl md:text-5xl font-extrabold leading-tight">Simple, Transparent Pricing</h1>
|
<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">Choose the plan that fits your hiring needs. All plans come with powerful automation to help you hire faster and smarter.</p>
|
<p class="mt-4 max-w-2xl mx-auto text-lg text-gray-600">Limited early plans for teams hiring intentionally.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-16 grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
<div class="mt-16 grid md:grid-cols-2 lg:grid-cols-4 gap-8">
|
||||||
<!-- Plan 1: Starter -->
|
<!-- Plan 1: Starter -->
|
||||||
<div class="bg-white border border-gray-200 rounded-xl shadow-lg p-8 flex flex-col">
|
<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>
|
<h3 class="text-2xl font-semibold">Starter</h3>
|
||||||
<p class="mt-2 text-gray-600">For small teams getting started with hiring automation.</p>
|
<p class="mt-2 text-gray-600">Best for small teams hiring occasionally.</p>
|
||||||
<div class="mt-6 text-4xl font-bold">$99<span class="text-lg font-medium text-gray-500">/mo</span></div>
|
<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">
|
<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 5 active roles</li>
|
<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>AI Resume Parsing & Ranking</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>Candidate Shortlisting</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>Basic Interview Support</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>
|
</ul>
|
||||||
<a href="register.php" class="mt-8 bg-gray-200 text-gray-800 text-center font-semibold py-3 rounded-lg hover:bg-gray-300 transition">Get Started</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</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Plan 2: Growth -->
|
<!-- Plan 2: Growth -->
|
||||||
<div class="bg-black text-white rounded-xl shadow-2xl p-8 flex flex-col ring-2 ring-purple-500">
|
<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>
|
<h3 class="text-2xl font-semibold">Growth</h3>
|
||||||
<p class="mt-2 text-gray-300">For growing businesses that need to scale their hiring process.</p>
|
<span class="bg-blue-500 text-white text-xs font-bold uppercase px-3 py-1 rounded-full">Most Popular</span>
|
||||||
<div class="mt-6 text-4xl font-bold">$249<span class="text-lg font-medium text-gray-400">/mo</span></div>
|
</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">
|
<ul class="mt-8 space-y-4 text-gray-200 flex-grow">
|
||||||
<li class="flex items-center gap-3"><span class="text-purple-400">✔</span>Up to 15 active roles</li>
|
<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-purple-400">✔</span>Everything in Starter, plus:</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-purple-400">✔</span>Interview Question Generation</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-purple-400">✔</span>AI Interview Summaries</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-purple-400">✔</span>Offer Letter Drafting</li>
|
<li class="flex items-center gap-3"><span class="text-blue-400">✔</span>Exportable hiring reports</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="register.php" class="mt-8 bg-purple-600 text-white text-center font-semibold py-3 rounded-lg hover:bg-purple-700 transition">Choose Growth</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</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Plan 3: Enterprise -->
|
<!-- 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>White‑labeled 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>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Plan 4: Enterprise -->
|
||||||
<div class="bg-white border border-gray-200 rounded-xl shadow-lg p-8 flex flex-col">
|
<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>
|
<h3 class="text-2xl font-semibold">Enterprise</h3>
|
||||||
<p class="mt-2 text-gray-600">For large organizations with custom security and support needs.</p>
|
<p class="mt-2 text-gray-600">High-volume or complex needs.</p>
|
||||||
<div class="mt-6 text-4xl font-bold">Custom</div>
|
<div class="mt-6 text-4xl font-bold">Custom</div>
|
||||||
<ul class="mt-8 space-y-4 text-gray-700 flex-grow">
|
<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 active roles</li>
|
<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>Everything in Growth, plus:</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>Full Onboarding Automation</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>Custom Integrations</li>
|
<li class="flex items-center gap-3"><span class="text-green-500">✔</span>ATS integrations</li>
|
||||||
<li class="flex items-center gap-3"><span class="text-green-500">✔</span>Dedicated Support</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<a href="#" class="mt-8 bg-gray-800 text-white text-center font-semibold py-3 rounded-lg hover:bg-black transition">Contact Sales</a>
|
<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>
|
</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>
|
</main>
|
||||||
|
|
||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<footer class="max-w-7xl mx-auto px-6 py-12 text-center text-gray-500 text-sm">
|
<footer class="max-w-7xl mx-auto px-6 py-12 text-sm text-gray-500">
|
||||||
© 2025 FinMox. All rights reserved.
|
<div class="flex justify-between items-center">
|
||||||
|
<div>FinMox © 2025</div>
|
||||||
|
<div class="flex gap-4">
|
||||||
|
<a href="#" class="hover:text-black">Security & Privacy</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mt-4 text-center text-xs">
|
||||||
|
<p>Human‑reviewed outputs</p>
|
||||||
|
<p>No automated hiring decisions</p>
|
||||||
|
<p>Built for intentional hiring</p>
|
||||||
|
</div>
|
||||||
|
<div class="mt-4 text-center">
|
||||||
|
<a href="apply.php" class="hover:text-black">Apply</a> · <a href="login.php" class="hover:text-black">Sign In</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
4
roi.php
4
roi.php
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<!-- CONTENT -->
|
<!-- CONTENT -->
|
||||||
<main class="max-w-4xl mx-auto px-6 py-20 text-center">
|
<main class="max-w-4xl mx-auto px-6 py-20 text-center">
|
||||||
<h1 class="text-2xl font-semibold text-indigo-600">ROI</h1>
|
<h1 class="text-2xl font-semibold text-blue-500">ROI</h1>
|
||||||
<p class="mt-2 text-3xl md:text-4xl font-extrabold tracking-tight">Most teams save 20–40 hours per role and reduce time-to-hire dramatically.</p>
|
<p class="mt-2 text-3xl md:text-4xl font-extrabold tracking-tight">Most teams save 20–40 hours per role and reduce time-to-hire dramatically.</p>
|
||||||
|
|
||||||
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
|
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-20">
|
<div class="mt-20">
|
||||||
<a href="pricing.php" class="bg-indigo-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-indigo-700">View Pricing →</a>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user