automatiquement grâce à l'IA.

79€ Acheter →
); } function NotairePage({ setPage }) { return ( <>
⚖️ Catégorie

Pack Notaire

Automatisez la gestion des dossiers de votre office notarial.

🎁 Pack Complet - 3 Workflows

Économisez 88€ avec le pack

299€
au lieu de 387€
Acheter le pack
{[ {title: 'Notaire Immobilier', badge: 'Immobilier', desc: 'Ventes, achats, donations immobilières', features: ['Calcul automatique des frais', 'Checklist diagnostics IA', 'Emails automatiques', 'Relances automatiques'], price: '129€', link: 'notaire-immobilier', nodes: [{icon: '📝', label: 'Form'}, {icon: '💰', label: 'Calc'}, {icon: '🤖', label: 'IA'}, {icon: '📧', label: 'Email'}]}, {title: 'Notaire Famille', badge: 'Famille', desc: 'Successions, donations, mariages, PACS', features: ['Gestion des délais légaux', 'Estimation des droits', 'Email empathique', 'Alertes dates butoirs'], price: '129€', link: 'notaire-famille', nodes: [{icon: '📝', label: 'Form'}, {icon: '⏰', label: 'Délais'}, {icon: '🤖', label: 'IA'}, {icon: '📧', label: 'Email'}]}, {title: 'Notaire Entreprise', badge: 'Entreprise', desc: 'Création société, cession, statuts', features: ['Toutes formes juridiques', 'Procédure complète A à Z', 'Formulaires administratifs', 'Suivi étapes greffe'], price: '129€', link: 'notaire-entreprise', nodes: [{icon: '📝', label: 'Form'}, {icon: '🏢', label: 'Société'}, {icon: '🤖', label: 'IA'}, {icon: '📧', label: 'Email'}]} ].map((product, i) => (
{product.badge}

{product.title}

{product.desc}

    {product.features.map((f, j) =>
  • {f}
  • )}
{product.price} Acheter →
))}
); } function ComingPage({ setPage }) { const items = [ {icon: '💬', title: 'WhatsApp Auto-Reply', desc: 'Répondez automatiquement aux messages WhatsApp avec l\'IA.'}, {icon: '🧾', title: 'Invoice Scanner', desc: 'Scannez vos factures et extrayez les données.'}, {icon: '📇', title: 'CRM Enrichment', desc: 'Enrichissez vos contacts CRM automatiquement.'}, {icon: '✍️', title: 'Content Generator', desc: 'Générez du contenu pour vos réseaux sociaux.'}, {icon: '👀', title: 'Competitor Monitor', desc: 'Surveillez vos concurrents en temps réel.'}, {icon: '🎬', title: 'YouTube to Blog', desc: 'Transformez vos vidéos en articles SEO.'} ]; return ( <>
🚀 En développement

Bientôt disponible

De nouveaux workflows sont en préparation.

{items.map((item, i) => (
{item.icon}

{item.title}

{item.desc}

En développement
))}
); } function Footer({ setPage }) { return ( ); } function App() { const [page, setPage] = useState('home'); const changePage = (newPage) => { setPage(newPage); window.scrollTo(0, 0); }; return ( <>