Merge version_5 into main #4

Merged
bender merged 1 commits from version_5 into main 2026-03-29 11:18:27 +00:00

View File

@@ -76,7 +76,7 @@ export default function AIAgentsTemplatePage() {
"15 active agents", "50,000 agent runs/month", "All integrations", "Email support", "30-day log retention"],
},
{
id: "business", badge: "Most Popular", badgeIcon: Star,
id: "business", badge: "Recommended for Scale", badgeIcon: Star,
price: "$299/mo", name: "Business", buttons: [{ text: "Get Started", href: "#" }],
features: [
"50 active agents", "250,000 agent runs/month", "Custom integrations", "Priority support", "90-day log retention"],
@@ -310,4 +310,4 @@ export default function AIAgentsTemplatePage() {
/>
</ThemeProvider>
);
}
}