'use client'; interface BlurOverlayProps { onUnlock: () => void; loading?: boolean; } export default function BlurOverlay({ onUnlock, loading }: BlurOverlayProps) { return (
🔒

Unlock Full Output

Your complete, professional-quality output is ready. Unlock it to access the full document, improvements, validation, and exports.

Secure payment via LemonSqueezy

); }