Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4dfb084f0e | |||
| 782ffb1d97 |
@@ -66,7 +66,7 @@ export default function AIAgentsTemplatePage() {
|
||||
|
||||
const pricingPlans = [
|
||||
{
|
||||
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
|
||||
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Start Free Trial", href: "#" }],
|
||||
features: [
|
||||
"3 active agents", "5,000 agent runs/month", "Basic integrations", "Community support", "7-day log retention"],
|
||||
},
|
||||
@@ -310,4 +310,4 @@ export default function AIAgentsTemplatePage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user