2 Commits

Author SHA1 Message Date
e99627e625 Update src/app/page.tsx 2026-03-29 11:18:24 +00:00
e1963e2c6c Merge version_4 into main
Merge version_4 into main
2026-03-29 11:16:53 +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>
);
}
}