Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16f8e2fccd | |||
| b8d8a55efa | |||
| 55fe92b1f2 |
@@ -145,7 +145,7 @@ export default function AIAgentsTemplatePage() {
|
||||
>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
brandName="AgentFlow"
|
||||
brandName="Ganja.ai"
|
||||
bottomLeftText="Build Smarter"
|
||||
bottomRightText="hello@agentflow.ai"
|
||||
/>
|
||||
@@ -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,7 +224,7 @@ 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}
|
||||
features={[
|
||||
|
||||
Reference in New Issue
Block a user