Skip to content

Commit c06dfb7

Browse files
authored
Update mid cta syntax
1 parent 1e38065 commit c06dfb7

File tree

1 file changed

+10
-10
lines changed
  • src/routes/blog/post/top-5-tips-to-build-an-AI-agent-startup

1 file changed

+10
-10
lines changed

src/routes/blog/post/top-5-tips-to-build-an-AI-agent-startup/+page.markdoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ When building agents, start with simple tasks or single-action models and gradua
7777

7878
In the beginning, keep it simple, measure performance, and adjust the agent's behavior as needed before scaling up.
7979

80-
{
81-
title = 'Build your startup with Appwrite',
82-
description = 'An all-in-one development platform for you to develop, host, and scale your products.',
83-
point1 = 'Cloud credits',
84-
point2 = 'Priority support',
85-
point3 = 'Ship faster',
86-
point4 = 'Built-in security and compliance',
87-
cta = 'Apply for the program',
88-
url = https://appwrite.io/startups
89-
}
80+
{% call_to_action
81+
title = "Build your startup with Appwrite"
82+
description = "An all-in-one development platform for you to develop, host, and scale your products."
83+
point1 = "Cloud credits"
84+
point2 = "Priority support"
85+
point3 = "Ship faster"
86+
point4 = "Built-in security and compliance"
87+
cta = "Apply for the program"
88+
url = "https://appwrite.io/startups"
89+
/%}
9090

9191
## Ensure Feedback Mechanisms
9292

0 commit comments

Comments
 (0)