// Services.jsx — premium service grid with featured AI agents card function Services() { return (
What we do

Ten services. One operating partner.

From recruiting to AI agents, DuckTask covers the operational, software, and automation work most teams have to glue together. We staff the team, build the systems, and keep them running.

AI Agents & AI Automation

Production-grade agents that handle email triage, customer support, research, scheduling, and back-office workflows. Built on the latest models, wired into the tools you already use, monitored end-to-end.

See how it works
); } function ServiceCard({ ic, title, desc }) { return (

{title}

{desc}

Learn more
); } window.Services = Services;