Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8d8a55efa | |||
| 55fe92b1f2 |
@@ -145,7 +145,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
>
|
>
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
brandName="AgentFlow"
|
brandName="Ganja.ai"
|
||||||
bottomLeftText="Build Smarter"
|
bottomLeftText="Build Smarter"
|
||||||
bottomRightText="hello@agentflow.ai"
|
bottomRightText="hello@agentflow.ai"
|
||||||
/>
|
/>
|
||||||
@@ -199,7 +199,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
{ icon: Send, title: "Email drafted: client follow-up", status: "Completed" },
|
{ icon: Send, title: "Email drafted: client follow-up", status: "Completed" },
|
||||||
{ icon: Code, title: "Code review: PR #247", status: "Running" },
|
{ icon: Code, title: "Code review: PR #247", status: "Running" },
|
||||||
{ icon: FileText, title: "Contract summarized: NDA v3", status: "Completed" },
|
{ 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: Shield, title: "Security scan: api-gateway", status: "Completed" },
|
||||||
{ icon: BarChart3, title: "Dashboard updated: KPIs", status: "Completed" },
|
{ icon: BarChart3, title: "Dashboard updated: KPIs", status: "Completed" },
|
||||||
{ icon: Clock, title: "Scheduled: weekly digest", status: "Pending" },
|
{ icon: Clock, title: "Scheduled: weekly digest", status: "Pending" },
|
||||||
@@ -224,7 +224,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
tag="Core Platform"
|
tag="Core Platform"
|
||||||
tagIcon={Layers}
|
tagIcon={Layers}
|
||||||
title="Built for Production, Not Just Prototypes"
|
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
|
|||||||
Reference in New Issue
Block a user