2 Commits

Author SHA1 Message Date
4dfb084f0e Update src/app/page.tsx 2026-03-29 11:15:57 +00:00
782ffb1d97 Merge version_2 into main
Merge version_2 into main
2026-03-29 11:15:04 +00:00

View File

@@ -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>
);
}
}