6 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
71d96c8248 Update src/app/page.tsx 2026-03-29 11:16:50 +00:00
9884d1356c Merge version_3 into main
Merge version_3 into main
2026-03-29 11:16:03 +00:00
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

@@ -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"],
@@ -90,7 +90,7 @@ export default function AIAgentsTemplatePage() {
const faqs = [
{
id: "1", title: "What are AI agents and how do they work?", content: "AI agents are autonomous software programs that can reason, plan, and execute tasks on your behalf. They use large language models combined with tool integrations to understand goals, break them into steps, and take action across your systems."},
id: "1", title: "What are AI agents and how do they work?", content: "AI agents save you hours of manual work by automating complex tasks through intelligent planning. They function by using large language models and tool integrations to execute multi-step workflows autonomously."},
{
id: "2", title: "How long does it take to set up my first agent?", content: "Most users have their first agent running within 15 minutes. Our intuitive interface and pre-built templates make it easy to get started, and our documentation covers everything from basic setup to advanced configurations."},
{
@@ -310,4 +310,4 @@ export default function AIAgentsTemplatePage() {
/>
</ThemeProvider>
);
}
}