|
|
|
|
@@ -0,0 +1,27 @@
|
|
|
|
|
import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards";
|
|
|
|
|
import FeaturesAlternatingSplit from "@/components/sections/features/FeaturesAlternatingSplit";
|
|
|
|
|
|
|
|
|
|
export default function AiCommandCenterPage() {
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|
<div data-webild-section="FeaturesIconCards"><FeaturesIconCards
|
|
|
|
|
tag="AI Command Center"
|
|
|
|
|
title="Your Autonomous Workforce"
|
|
|
|
|
description="Deploy specialized AI agents to manage every aspect of your agency. From high-level strategy to daily operations, Atlas handles it all."
|
|
|
|
|
primaryButton={{"text":"Deploy Agents","href":"/deploy"}}
|
|
|
|
|
secondaryButton={{"text":"View Capabilities","href":"#capabilities"}}
|
|
|
|
|
features={[{"icon":"BrainCircuit","title":"CEO AI","description":"High-level strategic planning, resource allocation, and performance monitoring."},{"icon":"TrendingUp","title":"Sales AI","description":"Automated outreach, deal closing, and pipeline management."},{"icon":"DollarSign","title":"Payroll AI","description":"Seamless compensation tracking, invoice generation, and financial reporting."},{"icon":"Target","title":"Lead Hunter AI","description":"Autonomous prospecting, data scraping, and lead qualification."},{"icon":"Megaphone","title":"Marketing AI","description":"Campaign creation, content generation, and multi-channel distribution."},{"icon":"Settings","title":"Operations AI","description":"Workflow automation, system maintenance, and daily task execution."}]}
|
|
|
|
|
textAnimation="fade-blur"
|
|
|
|
|
/></div>
|
|
|
|
|
<div data-webild-section="FeaturesAlternatingSplit"><FeaturesAlternatingSplit
|
|
|
|
|
tag="AI Command Center"
|
|
|
|
|
title="Your Autonomous Agency Workforce"
|
|
|
|
|
description="Deploy specialized AI agents to manage every aspect of your business, from high-level strategy to daily operations."
|
|
|
|
|
primaryButton={{"text":"Deploy Agents","href":"/deploy"}}
|
|
|
|
|
secondaryButton={{"text":"View Architecture","href":"#architecture"}}
|
|
|
|
|
items={[{"title":"CEO AI: Strategic Oversight","description":"Monitor agency health, analyze performance metrics, and make data-driven decisions autonomously.","imageSrc":"https://img.freepik.com/premium-photo/artificial-intelligence-technology-ai-tech-hologram-brain-concept-business-analysis-analytics_117023-1834.jpg","primaryButton":{"text":"View Dashboard","href":"/ceo-ai"}},{"title":"Sales & Lead Hunter AI","description":"Automatically prospect, qualify leads, and close deals 24/7 without human intervention.","imageSrc":"https://img.freepik.com/premium-photo/global-business-network-connection-data-exchange-customer-connection_117023-1835.jpg","primaryButton":{"text":"Configure Sales","href":"/sales-ai"}},{"title":"Marketing & Operations AI","description":"Execute multi-channel campaigns and streamline daily workflows with intelligent automation.","imageSrc":"https://img.freepik.com/premium-photo/automation-software-technology-process-system-business-concept_117023-1836.jpg","primaryButton":{"text":"Manage Workflows","href":"/operations-ai"}},{"title":"Payroll AI: Financial Control","description":"Manage contractor payouts, track expenses, and ensure compliance with zero manual data entry.","imageSrc":"https://img.freepik.com/premium-photo/financial-technology-fintech-cryptocurrency-investment-concept_117023-1837.jpg","primaryButton":{"text":"Review Payroll","href":"/payroll-ai"}},{"title":"Agency Studio Management","description":"Build websites, deploy AI chatbots, and manage hosting infrastructure from one centralized hub.","imageSrc":"https://img.freepik.com/premium-photo/web-design-development-programming-coding-concept_117023-1838.jpg","primaryButton":{"text":"Open Studio","href":"/agency-studio"}}]}
|
|
|
|
|
textAnimation="slide-up"
|
|
|
|
|
/></div>
|
|
|
|
|
</>
|
|
|
|
|
);
|
|
|
|
|
}
|