Merge version_3 into main #2
@@ -199,7 +199,7 @@ export default function AIAgentsTemplatePage() {
|
||||
{ icon: Send, title: "Email drafted: client follow-up", status: "Completed" },
|
||||
{ icon: Code, title: "Code review: PR #247", status: "Running" },
|
||||
{ icon: FileText, title: "Contract summarized: NDA v3", status: "Completed" },
|
||||
{ icon: Database, title: "Data sync: CRM → warehouse", status: "Running" },
|
||||
{ icon: Database, title: "Data sync: CRM \u2192 warehouse", status: "Running" },
|
||||
{ icon: Shield, title: "Security scan: api-gateway", status: "Completed" },
|
||||
{ icon: BarChart3, title: "Dashboard updated: KPIs", status: "Completed" },
|
||||
{ icon: Clock, title: "Scheduled: weekly digest", status: "Pending" },
|
||||
@@ -224,9 +224,12 @@ export default function AIAgentsTemplatePage() {
|
||||
tag="Core Platform"
|
||||
tagIcon={Layers}
|
||||
title="Built for Production, Not Just Prototypes"
|
||||
description="Every feature is designed for reliability, security, and scale — so your agents perform in the real world."
|
||||
description="Every feature is designed for reliability, security, and scale \u2014 so your agents perform in the real world."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View Documentation", href: "#" }
|
||||
]}
|
||||
features={[
|
||||
{
|
||||
icon: GitBranch,
|
||||
@@ -285,7 +288,6 @@ export default function AIAgentsTemplatePage() {
|
||||
tagIcon={HelpCircle}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about AgentFlow. Can't find the answer you're looking for? Reach out to our support team."
|
||||
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -307,8 +309,8 @@ export default function AIAgentsTemplatePage() {
|
||||
<FooterBaseCard
|
||||
logoText="AgentFlow"
|
||||
columns={footerColumns}
|
||||
copyrightText="© 2025 AgentFlow. All rights reserved."
|
||||
copyrightText="\u00a9 2025 AgentFlow. All rights reserved."
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user