35632-vm/index.php
2025-12-18 01:25:31 +00:00

139 lines
7.4 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>FinMox - AI-Powered HR Automation</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-white text-gray-900">
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
<div class="font-bold text-2xl">FinMox</div>
<nav class="hidden md:flex gap-8">
<a href="index.php" class="text-gray-600 hover:text-black font-semibold">Home</a>
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
<a href="product.php" class="text-gray-600 hover:text-black">Why FinMox</a>
<a href="how_it_works.php" class="text-gray-600 hover:text-black">How It Works</a>
<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 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>
<!-- HERO -->
<main>
<section class="text-center max-w-7xl mx-auto px-6 py-20">
<h1 class="text-4xl md:text-6xl font-extrabold leading-tight">
<span class="text-blue-600">AI-Powered</span> HR Automation
</h1>
<p class="mt-4 text-2xl md:text-3xl font-semibold">Hire Faster. Decide Smarter. Automate the Hiring Work.</p>
<p class="mt-6 max-w-3xl mx-auto text-gray-600">
FinMox HR is an AI-powered hiring automation system built for lean and growing teams who want to cut hiring time by 6080% without replacing their HR team or ATS.
</p>
<p class="mt-4 text-sm text-gray-500">
Built for companies hiring 110 roles/month · 50300 candidates/role · 15 people involved
</p>
<div class="mt-10 flex justify-center gap-4">
<a href="apply.php" class="bg-black text-white px-8 py-4 rounded-xl font-semibold">Apply for Founding Access</a>
<a href="demo.php" class="border px-8 py-4 rounded-xl font-semibold">Book a Demo</a>
</div>
<div class="mt-16 px-8">
<div class="rounded-2xl border shadow-lg overflow-hidden">
<img src="assets/pasted-20251217-045121-823e6258.png" alt="FinMox Dashboard" class="w-full" />
</div>
</div>
</section>
<!-- BUILT FOR INTENTIONAL HIRING -->
<section class="bg-gray-50 py-20">
<div class="max-w-7xl mx-auto px-6 grid md:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-3xl font-bold">Built for Intentional Hiring</h2>
<p class="mt-4 text-gray-600">FinMox is ideal when speed + clarity matter not mass recruiting.</p>
<ul class="mt-6 space-y-3">
<li class="flex items-center gap-3"><span class="text-green-500"></span> Hiring 110 roles/month</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span> 50300 candidates/role</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span> 15 stakeholders</li>
<li class="flex items-center gap-3"><span class="text-green-500"></span> Faster decisions, no headcount</li>
</ul>
<div class="mt-8">
<a href="apply.php" class="bg-black text-white px-6 py-3 rounded-lg">Apply for Access</a>
</div>
</div>
<div>
<img src="assets/pasted-20251217-045457-feb98286.png" alt="Collaboration illustration" class="rounded-xl shadow-md">
</div>
</div>
</section>
<!-- WHAT FINMOX AUTOMATES -->
<section class="py-20">
<div class="max-w-7xl mx-auto px-6 text-center">
<h2 class="text-3xl font-bold">What FinMox Automates</h2>
<p class="mt-4 max-w-2xl mx-auto text-gray-600">All in one workflow you review, approve, and decide.</p>
<div class="mt-12 grid md:grid-cols-3 gap-8 text-left">
<div class="bg-white p-6 rounded-xl border">
<h3 class="font-bold text-lg">Candidate Ranking</h3>
<p class="mt-2 text-gray-600">Resume parsing + scoring based on role fit, skills, and experience.</p>
</div>
<div class="bg-white p-6 rounded-xl border">
<h3 class="font-bold text-lg">Interview Automation</h3>
<p class="mt-2 text-gray-600">Role-specific questions, summaries, and recommendations.</p>
</div>
<div class="bg-white p-6 rounded-xl border">
<h3 class="font-bold text-lg">Offer + Onboarding</h3>
<p class="mt-2 text-gray-600">Ready-to-send offer letters and first-week onboarding plans.</p>
</div>
</div>
</div>
</section>
<!-- WHY TEAMS CHOOSE FINMOX -->
<section class="bg-gray-50 py-20">
<div class="max-w-5xl mx-auto px-6">
<h2 class="text-3xl font-bold text-center">Why Teams Choose FinMox</h2>
<div class="mt-12 grid md:grid-cols-3 gap-8">
<div class="text-center">
<p class="text-lg font-medium">“We cut our resume review time by over 70% in our first role.</p>
</div>
<div class="text-center">
<p class="text-lg font-medium">“FinMox gave us interview-ready candidates in minutes, not days.</p>
</div>
<div class="text-center">
<p class="text-lg font-medium">“It feels like adding an HR analyst without hiring one.</p>
</div>
</div>
</div>
</section>
<!-- FOUNDING PARTNER ACCESS -->
<section class="py-20">
<div class="max-w-3xl mx-auto px-6 text-center">
<h2 class="text-3xl font-bold">Founding Partner Access</h2>
<p class="mt-4 text-gray-600">Were onboarding a limited number of early customers to shape FinMox HR.</p>
<div class="mt-8 flex justify-center gap-4">
<a href="apply.php" class="bg-black text-white px-8 py-4 rounded-xl font-semibold">Apply for Access</a>
<a href="demo.php" class="border px-8 py-4 rounded-xl font-semibold">Book a Demo</a>
</div>
<p class="mt-6 text-sm text-gray-500">
Security & Privacy: Human-reviewed outputs · No automated hiring decisions · Designed with compliance in mind
</p>
</div>
</section>
</main>
<?php include '_footer.php'; ?>
</body>
</html>