import React from 'react'; import { Head, Link } from '@inertiajs/react'; import { TrendingUp, Users, CheckCircle2, ArrowRight, Shield, Lock, Globe, Zap } from 'lucide-react'; export default function PublicStats({ total_workers, avg_hires, total_hires_all }) { return (
{/* Navigation Header */}
M
DirectMarket
Sign In Register
{/* Hero Section */}
Live Platform Growth Metrics

Transparency First.
Direct & Verified Hiring.

Real-time stats from the region's premier zero-middlemen domestic helper platform. No recruiters, no hidden commissions, just honest data.

{/* Stats Grid */}
{/* Worker Profiles Card */}
{total_workers.toLocaleString()}+
Worker Profiles

Active, background-checked domestic workers ready for sponsorship.

{/* Avg Monthly Hires Card */}
{avg_hires.toLocaleString()}+
Avg Monthly Hires

Average number of successful matches completed directly on our app.

{/* Total Successful Hires */}
{total_hires_all.toLocaleString()}+
Total Hires Done

Direct employment contracts signed by registered sponsors in Dubai.

{/* Additional Trust Points */}

MOHRE Compliant

Every direct hire follows official UAE regulations seamlessly.

OCR Identity Checks

Passports and Emirates IDs are checked using secure AI technology.

Zero Agency Fees

Hire direct and save up to AED 15,000 on middleman charges.

{/* CTA Box */}

Start Direct Hiring Today

Join thousands of UAE sponsors who hire nannies, maids, cooks, and drivers directly and securely.

Get Started Now
{/* Footer */}
); }