Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 11:30:09 +00:00
6 changed files with 125 additions and 452 deletions

View File

@@ -39,9 +39,7 @@ export default function AgentsPage() {
id: item.id,
}))}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -58,65 +56,23 @@ export default function AgentsPage() {
gridVariant="bento-grid"
products={[
{
id: "1",
brand: "TechVision AI",
name: "CodeAssist Pro",
price: "$29/mo",
rating: 5,
reviewCount: "1.2k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sleek-ai-code-assistant-interface-show-1772537048031-395c7b29.png?_wi=2",
imageAlt: "CodeAssist Pro Agent",
},
id: "1", brand: "TechVision AI", name: "CodeAssist Pro", price: "$29/mo", rating: 5,
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sleek-ai-code-assistant-interface-show-1772537048031-395c7b29.png", imageAlt: "CodeAssist Pro Agent"},
{
id: "2",
brand: "DataFlow Systems",
name: "Analytics Engine",
price: "$49/mo",
rating: 5,
reviewCount: "892",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-analytics-dashboard-disp-1772537043401-3c78097e.png?_wi=2",
imageAlt: "Analytics Engine Agent",
},
id: "2", brand: "DataFlow Systems", name: "Analytics Engine", price: "$49/mo", rating: 5,
reviewCount: "892", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-analytics-dashboard-disp-1772537043401-3c78097e.png", imageAlt: "Analytics Engine Agent"},
{
id: "3",
brand: "ContentHub",
name: "Creative Writer",
price: "$39/mo",
rating: 5,
reviewCount: "2.1k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-creative-writing-ai-interface-with-con-1772537043165-c13006c5.png?_wi=2",
imageAlt: "Creative Writer Agent",
},
id: "3", brand: "ContentHub", name: "Creative Writer", price: "$39/mo", rating: 5,
reviewCount: "2.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-creative-writing-ai-interface-with-con-1772537043165-c13006c5.png", imageAlt: "Creative Writer Agent"},
{
id: "4",
brand: "SecureNet AI",
name: "Security Monitor",
price: "$59/mo",
rating: 5,
reviewCount: "654",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-security-monitoring-ai-dashboard-showi-1772537043303-a25aaa71.png?_wi=2",
imageAlt: "Security Monitor Agent",
},
id: "4", brand: "SecureNet AI", name: "Security Monitor", price: "$59/mo", rating: 5,
reviewCount: "654", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-security-monitoring-ai-dashboard-showi-1772537043303-a25aaa71.png", imageAlt: "Security Monitor Agent"},
{
id: "5",
brand: "CloudOps Pro",
name: "Infrastructure AI",
price: "$79/mo",
rating: 5,
reviewCount: "743",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/an-infrastructure-management-ai-interfac-1772537042793-dc3794b2.png?_wi=2",
imageAlt: "Infrastructure AI Agent",
},
id: "5", brand: "CloudOps Pro", name: "Infrastructure AI", price: "$79/mo", rating: 5,
reviewCount: "743", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/an-infrastructure-management-ai-interfac-1772537042793-dc3794b2.png", imageAlt: "Infrastructure AI Agent"},
{
id: "6",
brand: "MarketingWave",
name: "Campaign Optimizer",
price: "$44/mo",
rating: 5,
reviewCount: "1.5k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-marketing-campaign-optimization-ai-int-1772537044082-31821ee4.png?_wi=2",
imageAlt: "Campaign Optimizer Agent",
},
id: "6", brand: "MarketingWave", name: "Campaign Optimizer", price: "$44/mo", rating: 5,
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-marketing-campaign-optimization-ai-int-1772537044082-31821ee4.png", imageAlt: "Campaign Optimizer Agent"},
]}
/>
</div>
@@ -129,32 +85,23 @@ export default function AgentsPage() {
tag="FAQ"
tagIcon={HelpCircle}
textboxLayout="default"
animationType="slide-up"
animationType="smooth"
useInvertedBackground={false}
mediaPosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-friendly-customer-support-team-working-1772537042586-f3128ba9.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-friendly-customer-support-team-working-1772537042586-f3128ba9.png"
imageAlt="Customer Support Team"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "What makes these AI agents different?",
content:
"Our agents are purpose-built, extensively tested, and integrated with enterprise-grade security. Each agent comes with comprehensive documentation, API access, and dedicated support to ensure seamless integration into your workflow.",
},
id: "1", title: "What makes these AI agents different?", content:
"Our agents are purpose-built, extensively tested, and integrated with enterprise-grade security. Each agent comes with comprehensive documentation, API access, and dedicated support to ensure seamless integration into your workflow."},
{
id: "2",
title: "Can I customize agents for my specific use case?",
content:
"Yes! Enterprise customers have access to our Custom Agent Development service. Our team will work with you to create agents tailored to your specific business requirements and workflow needs.",
},
id: "2", title: "Can I customize agents for my specific use case?", content:
"Yes! Enterprise customers have access to our Custom Agent Development service. Our team will work with you to create agents tailored to your specific business requirements and workflow needs."},
{
id: "3",
title: "How long does it take to deploy an agent?",
content:
"Most agents can be deployed in under 5 minutes using our one-click integration. Setup typically involves connecting your account, configuring basic settings, and enabling the integrations you need. Our guided setup wizard walks you through each step.",
},
id: "3", title: "How long does it take to deploy an agent?", content:
"Most agents can be deployed in under 5 minutes using our one-click integration. Setup typically involves connecting your account, configuring basic settings, and enabling the integrations you need. Our guided setup wizard walks you through each step."},
]}
/>
</div>
@@ -166,8 +113,7 @@ export default function AgentsPage() {
copyrightText="© 2025 AgentFlow Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Agents", href: "/agents" },
{ label: "Integrations", href: "/integrations" },
{ label: "Pricing", href: "/pricing" },
@@ -175,8 +121,7 @@ export default function AgentsPage() {
],
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/docs" },
{ label: "Build Agent", href: "#" },
@@ -184,8 +129,7 @@ export default function AgentsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -193,8 +137,7 @@ export default function AgentsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -39,9 +39,7 @@ export default function DocsPage() {
id: item.id,
}))}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -57,21 +55,11 @@ export default function DocsPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Read 50+ pages of documentation",
"Manual configuration required",
"Trial and error approach",
"Limited code examples",
"No guidance for common issues",
],
"Read 50+ pages of documentation", "Manual configuration required", "Trial and error approach", "Limited code examples", "No guidance for common issues"],
}}
positiveCard={{
items: [
"Interactive guided tutorials",
"Copy-paste code examples",
"10-minute quickstart guide",
"Video walkthroughs included",
"Live chat support available",
],
"Interactive guided tutorials", "Copy-paste code examples", "10-minute quickstart guide", "Video walkthroughs included", "Live chat support available"],
}}
buttons={[
{ text: "View Quickstart", href: "#docs-faq" },
@@ -87,32 +75,23 @@ export default function DocsPage() {
tag="Help & Support"
tagIcon={HelpCircle}
textboxLayout="default"
animationType="slide-up"
animationType="smooth"
useInvertedBackground={false}
mediaPosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-friendly-customer-support-team-working-1772537042586-f3128ba9.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-friendly-customer-support-team-working-1772537042586-f3128ba9.png"
imageAlt="Documentation Support"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Where can I find the full API reference?",
content:
"Our complete API reference is available in the developer portal at docs.agentflow.io/api. It includes endpoints, request/response examples, error codes, and code snippets in JavaScript, Python, and Go.",
},
id: "1", title: "Where can I find the full API reference?", content:
"Our complete API reference is available in the developer portal at docs.agentflow.io/api. It includes endpoints, request/response examples, error codes, and code snippets in JavaScript, Python, and Go."},
{
id: "2",
title: "How do I authenticate with the AgentFlow API?",
content:
"AgentFlow uses API keys for authentication. You can generate API keys from your dashboard under Settings > API Keys. Include your API key in the Authorization header of all requests: Authorization: Bearer YOUR_API_KEY",
},
id: "2", title: "How do I authenticate with the AgentFlow API?", content:
"AgentFlow uses API keys for authentication. You can generate API keys from your dashboard under Settings > API Keys. Include your API key in the Authorization header of all requests: Authorization: Bearer YOUR_API_KEY"},
{
id: "3",
title: "What webhooks are available?",
content:
"We support webhooks for agent execution events, integration status changes, and error alerts. You can configure webhooks in your dashboard. Our webhook system includes retry logic, signature verification, and a testing console.",
},
id: "3", title: "What webhooks are available?", content:
"We support webhooks for agent execution events, integration status changes, and error alerts. You can configure webhooks in your dashboard. Our webhook system includes retry logic, signature verification, and a testing console."},
]}
/>
</div>
@@ -124,8 +103,7 @@ export default function DocsPage() {
copyrightText="© 2025 AgentFlow Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Agents", href: "/agents" },
{ label: "Integrations", href: "/integrations" },
{ label: "Pricing", href: "/pricing" },
@@ -133,8 +111,7 @@ export default function DocsPage() {
],
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/docs" },
{ label: "Build Agent", href: "#" },
@@ -142,8 +119,7 @@ export default function DocsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -151,8 +127,7 @@ export default function DocsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -39,9 +39,7 @@ export default function IntegrationsPage() {
id: item.id,
}))}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -57,21 +55,11 @@ export default function IntegrationsPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"API-first complexity",
"Manual webhook configuration",
"No vendor support or SLAs",
"Requires dedicated engineers",
"Constant maintenance overhead",
],
"API-first complexity", "Manual webhook configuration", "No vendor support or SLAs", "Requires dedicated engineers", "Constant maintenance overhead"],
}}
positiveCard={{
items: [
"Guided visual setup flows",
"Pre-configured integrations",
"24/7 enterprise support",
"No-code integration builder",
"Auto-updates and maintenance",
],
"Guided visual setup flows", "Pre-configured integrations", "24/7 enterprise support", "No-code integration builder", "Auto-updates and maintenance"],
}}
buttons={[
{ text: "Browse Integrations", href: "#integrations" },
@@ -92,65 +80,23 @@ export default function IntegrationsPage() {
gridVariant="four-items-2x2-equal-grid"
products={[
{
id: "1",
brand: "Communication",
name: "Slack Integration",
price: "Included",
rating: 5,
reviewCount: "5.2k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sleek-ai-code-assistant-interface-show-1772537048031-395c7b29.png?_wi=3",
imageAlt: "Slack Integration",
},
id: "1", brand: "Communication", name: "Slack Integration", price: "Included", rating: 5,
reviewCount: "5.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sleek-ai-code-assistant-interface-show-1772537048031-395c7b29.png", imageAlt: "Slack Integration"},
{
id: "2",
brand: "Communication",
name: "Microsoft Teams",
price: "Included",
rating: 5,
reviewCount: "3.1k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-analytics-dashboard-disp-1772537043401-3c78097e.png?_wi=3",
imageAlt: "Microsoft Teams",
},
id: "2", brand: "Communication", name: "Microsoft Teams", price: "Included", rating: 5,
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-analytics-dashboard-disp-1772537043401-3c78097e.png", imageAlt: "Microsoft Teams"},
{
id: "3",
brand: "Automation",
name: "Zapier",
price: "Included",
rating: 5,
reviewCount: "2.8k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-creative-writing-ai-interface-with-con-1772537043165-c13006c5.png?_wi=3",
imageAlt: "Zapier Integration",
},
id: "3", brand: "Automation", name: "Zapier", price: "Included", rating: 5,
reviewCount: "2.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-creative-writing-ai-interface-with-con-1772537043165-c13006c5.png", imageAlt: "Zapier Integration"},
{
id: "4",
brand: "Automation",
name: "Make (Integromat)",
price: "Included",
rating: 5,
reviewCount: "1.9k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-security-monitoring-ai-dashboard-showi-1772537043303-a25aaa71.png?_wi=3",
imageAlt: "Make Integration",
},
id: "4", brand: "Automation", name: "Make (Integromat)", price: "Included", rating: 5,
reviewCount: "1.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-security-monitoring-ai-dashboard-showi-1772537043303-a25aaa71.png", imageAlt: "Make Integration"},
{
id: "5",
brand: "Cloud Platforms",
name: "AWS",
price: "Included",
rating: 5,
reviewCount: "4.3k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/an-infrastructure-management-ai-interfac-1772537042793-dc3794b2.png?_wi=3",
imageAlt: "AWS Integration",
},
id: "5", brand: "Cloud Platforms", name: "AWS", price: "Included", rating: 5,
reviewCount: "4.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/an-infrastructure-management-ai-interfac-1772537042793-dc3794b2.png", imageAlt: "AWS Integration"},
{
id: "6",
brand: "Cloud Platforms",
name: "Google Cloud",
price: "Included",
rating: 5,
reviewCount: "3.7k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-marketing-campaign-optimization-ai-int-1772537044082-31821ee4.png?_wi=3",
imageAlt: "Google Cloud",
},
id: "6", brand: "Cloud Platforms", name: "Google Cloud", price: "Included", rating: 5,
reviewCount: "3.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-marketing-campaign-optimization-ai-int-1772537044082-31821ee4.png", imageAlt: "Google Cloud"},
]}
/>
</div>
@@ -167,19 +113,11 @@ export default function IntegrationsPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Limited to pre-built options",
"No extensibility",
"Blocked by vendor lock-in",
"Can't scale to unique workflows",
],
"Limited to pre-built options", "No extensibility", "Blocked by vendor lock-in", "Can't scale to unique workflows"],
}}
positiveCard={{
items: [
"Build anything with REST API",
"Full webhook support",
"SDKs in multiple languages",
"Complete documentation included",
],
"Build anything with REST API", "Full webhook support", "SDKs in multiple languages", "Complete documentation included"],
}}
buttons={[
{ text: "View API Docs", href: "/docs" },
@@ -194,8 +132,7 @@ export default function IntegrationsPage() {
copyrightText="© 2025 AgentFlow Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Agents", href: "/agents" },
{ label: "Integrations", href: "/integrations" },
{ label: "Pricing", href: "/pricing" },
@@ -203,8 +140,7 @@ export default function IntegrationsPage() {
],
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/docs" },
{ label: "Build Agent", href: "#" },
@@ -212,8 +148,7 @@ export default function IntegrationsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -221,8 +156,7 @@ export default function IntegrationsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -5,34 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = {
title: "AgentFlow - AI Agent Marketplace | Deploy Autonomous Systems",
description: "Discover and deploy powerful AI agents on AgentFlow. Integrate autonomous systems in minutes with our no-code marketplace. Join thousands of teams automating their workflow.",
keywords: "AI agents, automation, marketplace, autonomous systems, AI integration, workflow automation",
openGraph: {
title: "AgentFlow - AI Agent Marketplace",
description: "Deploy AI agents that transform your workflow. Discover, integrate, and scale autonomous systems.",
siteName: "AgentFlow",
type: "website",
images: [
title: "AgentFlow - AI Agent Marketplace | Deploy Autonomous Systems", description: "Discover and deploy powerful AI agents on AgentFlow. Integrate autonomous systems in minutes with our no-code marketplace. Join thousands of teams automating their workflow.", keywords: "AI agents, automation, marketplace, autonomous systems, AI integration, workflow automation", openGraph: {
title: "AgentFlow - AI Agent Marketplace", description: "Deploy AI agents that transform your workflow. Discover, integrate, and scale autonomous systems.", siteName: "AgentFlow", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-ai-dashboard-interface-s-1772537042836-ac005bc2.png",
alt: "AgentFlow Dashboard",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-ai-dashboard-interface-s-1772537042836-ac005bc2.png", alt: "AgentFlow Dashboard"},
],
},
twitter: {
card: "summary_large_image",
title: "AgentFlow - AI Agent Marketplace",
description: "Discover powerful AI agents to automate your workflow",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-ai-dashboard-interface-s-1772537042836-ac005bc2.png",
],
card: "summary_large_image", title: "AgentFlow - AI Agent Marketplace", description: "Discover powerful AI agents to automate your workflow", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-ai-dashboard-interface-s-1772537042836-ac005bc2.png"],
},
robots: {
index: true,

View File

@@ -43,9 +43,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -80,65 +78,23 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
brand: "TechVision AI",
name: "CodeAssist Pro",
price: "$29/mo",
rating: 5,
reviewCount: "1.2k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sleek-ai-code-assistant-interface-show-1772537048031-395c7b29.png?_wi=1",
imageAlt: "CodeAssist Pro Agent",
},
id: "1", brand: "TechVision AI", name: "CodeAssist Pro", price: "$29/mo", rating: 5,
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sleek-ai-code-assistant-interface-show-1772537048031-395c7b29.png", imageAlt: "CodeAssist Pro Agent"},
{
id: "2",
brand: "DataFlow Systems",
name: "Analytics Engine",
price: "$49/mo",
rating: 5,
reviewCount: "892",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-analytics-dashboard-disp-1772537043401-3c78097e.png?_wi=1",
imageAlt: "Analytics Engine Agent",
},
id: "2", brand: "DataFlow Systems", name: "Analytics Engine", price: "$49/mo", rating: 5,
reviewCount: "892", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-sophisticated-analytics-dashboard-disp-1772537043401-3c78097e.png", imageAlt: "Analytics Engine Agent"},
{
id: "3",
brand: "ContentHub",
name: "Creative Writer",
price: "$39/mo",
rating: 5,
reviewCount: "2.1k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-creative-writing-ai-interface-with-con-1772537043165-c13006c5.png?_wi=1",
imageAlt: "Creative Writer Agent",
},
id: "3", brand: "ContentHub", name: "Creative Writer", price: "$39/mo", rating: 5,
reviewCount: "2.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-creative-writing-ai-interface-with-con-1772537043165-c13006c5.png", imageAlt: "Creative Writer Agent"},
{
id: "4",
brand: "SecureNet AI",
name: "Security Monitor",
price: "$59/mo",
rating: 5,
reviewCount: "654",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-security-monitoring-ai-dashboard-showi-1772537043303-a25aaa71.png?_wi=1",
imageAlt: "Security Monitor Agent",
},
id: "4", brand: "SecureNet AI", name: "Security Monitor", price: "$59/mo", rating: 5,
reviewCount: "654", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-security-monitoring-ai-dashboard-showi-1772537043303-a25aaa71.png", imageAlt: "Security Monitor Agent"},
{
id: "5",
brand: "CloudOps Pro",
name: "Infrastructure AI",
price: "$79/mo",
rating: 5,
reviewCount: "743",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/an-infrastructure-management-ai-interfac-1772537042793-dc3794b2.png?_wi=1",
imageAlt: "Infrastructure AI Agent",
},
id: "5", brand: "CloudOps Pro", name: "Infrastructure AI", price: "$79/mo", rating: 5,
reviewCount: "743", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/an-infrastructure-management-ai-interfac-1772537042793-dc3794b2.png", imageAlt: "Infrastructure AI Agent"},
{
id: "6",
brand: "MarketingWave",
name: "Campaign Optimizer",
price: "$44/mo",
rating: 5,
reviewCount: "1.5k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-marketing-campaign-optimization-ai-int-1772537044082-31821ee4.png?_wi=1",
imageAlt: "Campaign Optimizer Agent",
},
id: "6", brand: "MarketingWave", name: "Campaign Optimizer", price: "$44/mo", rating: 5,
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-marketing-campaign-optimization-ai-int-1772537044082-31821ee4.png", imageAlt: "Campaign Optimizer Agent"},
]}
buttons={[
{ text: "Browse All Agents", href: "/agents" },
@@ -158,21 +114,11 @@ export default function HomePage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Complex API documentation",
"Hours of manual configuration",
"Limited vendor support",
"Costly implementation teams",
"Frequent maintenance required",
],
"Complex API documentation", "Hours of manual configuration", "Limited vendor support", "Costly implementation teams", "Frequent maintenance required"],
}}
positiveCard={{
items: [
"One-click integration setup",
"Deploy in under 5 minutes",
"24/7 dedicated support",
"No engineering team needed",
"Auto-updates included",
],
"One-click integration setup", "Deploy in under 5 minutes", "24/7 dedicated support", "No engineering team needed", "Auto-updates included"],
}}
buttons={[
{ text: "View Integrations", href: "/integrations" },
@@ -192,59 +138,23 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Chen",
handle: "CTO @ TechCorp",
testimonial:
"AgentFlow transformed our development cycle. We reduced deployment time by 60% and our team is infinitely more productive.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-co-1772537042062-a8e2fe4a.png",
imageAlt: "Sarah Chen",
},
id: "1", name: "Sarah Chen", handle: "CTO @ TechCorp", testimonial:
"AgentFlow transformed our development cycle. We reduced deployment time by 60% and our team is infinitely more productive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-co-1772537042062-a8e2fe4a.png", imageAlt: "Sarah Chen"},
{
id: "2",
name: "Michael Rodriguez",
handle: "CEO @ InnovateLabs",
testimonial:
"The AI agents available on AgentFlow are world-class. Integration was seamless and ROI was immediate.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-ma-1772537041902-fb1e057d.png",
imageAlt: "Michael Rodriguez",
},
id: "2", name: "Michael Rodriguez", handle: "CEO @ InnovateLabs", testimonial:
"The AI agents available on AgentFlow are world-class. Integration was seamless and ROI was immediate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-ma-1772537041902-fb1e057d.png", imageAlt: "Michael Rodriguez"},
{
id: "3",
name: "Emily Watson",
handle: "Founder @ DataSystems",
testimonial:
"Best marketplace for AI automation I've found. The quality of agents and support team sets them apart.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-wo-1772537042151-de5f891d.png",
imageAlt: "Emily Watson",
},
id: "3", name: "Emily Watson", handle: "Founder @ DataSystems", testimonial:
"Best marketplace for AI automation I've found. The quality of agents and support team sets them apart.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-wo-1772537042151-de5f891d.png", imageAlt: "Emily Watson"},
{
id: "4",
name: "David Kim",
handle: "VP Product @ StartupXYZ",
testimonial:
"AgentFlow empowers non-technical teams to deploy AI agents. This is truly democratizing AI automation.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-an-a-1772537042620-77f3e953.png",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "VP Product @ StartupXYZ", testimonial:
"AgentFlow empowers non-technical teams to deploy AI agents. This is truly democratizing AI automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-an-a-1772537042620-77f3e953.png", imageAlt: "David Kim"},
{
id: "5",
name: "Lisa Thompson",
handle: "Ops Director @ Enterprise Co",
testimonial:
"Reliability and support are exceptional. Our agents run 99.9% uptime consistently.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-an-o-1772537041941-687ef757.png",
imageAlt: "Lisa Thompson",
},
id: "5", name: "Lisa Thompson", handle: "Ops Director @ Enterprise Co", testimonial:
"Reliability and support are exceptional. Our agents run 99.9% uptime consistently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-an-o-1772537041941-687ef757.png", imageAlt: "Lisa Thompson"},
{
id: "6",
name: "James Patterson",
handle: "Tech Lead @ GrowthVentures",
testimonial:
"The developer experience is incredible. API documentation and SDKs make integration a joy.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-te-1772537042207-38a15b53.png",
imageAlt: "James Patterson",
},
id: "6", name: "James Patterson", handle: "Tech Lead @ GrowthVentures", testimonial:
"The developer experience is incredible. API documentation and SDKs make integration a joy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/professional-portrait-photograph-of-a-te-1772537042207-38a15b53.png", imageAlt: "James Patterson"},
]}
/>
</div>
@@ -261,57 +171,29 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "1",
price: "$0",
name: "Starter",
buttons: [
id: "1", price: "$0", name: "Starter", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "/pricing" },
],
features: [
"Up to 3 AI agents",
"100 executions/month",
"Basic support",
"Community access",
"5 integrations",
],
"Up to 3 AI agents", "100 executions/month", "Basic support", "Community access", "5 integrations"],
},
{
id: "2",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$99",
name: "Professional",
buttons: [
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "$99", name: "Professional", buttons: [
{ text: "Start Free Trial", href: "#contact" },
{ text: "Chat to Sales", href: "#contact" },
],
features: [
"Unlimited AI agents",
"10,000 executions/month",
"Priority support",
"Advanced analytics",
"50+ integrations",
"Custom workflows",
],
"Unlimited AI agents", "10,000 executions/month", "Priority support", "Advanced analytics", "50+ integrations", "Custom workflows"],
},
{
id: "3",
price: "$299",
name: "Enterprise",
buttons: [
id: "3", price: "$299", name: "Enterprise", buttons: [
{ text: "Contact Sales", href: "#contact" },
{ text: "Schedule Demo", href: "#contact" },
],
features: [
"Everything in Professional",
"Unlimited executions",
"24/7 dedicated support",
"Custom agent development",
"SLA guarantee 99.99%",
"White-label options",
"Advanced security",
],
"Everything in Professional", "Unlimited executions", "24/7 dedicated support", "Custom agent development", "SLA guarantee 99.99%", "White-label options", "Advanced security"],
},
]}
/>
@@ -340,8 +222,7 @@ export default function HomePage() {
copyrightText="© 2025 AgentFlow Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Agents", href: "/agents" },
{ label: "Integrations", href: "/integrations" },
{ label: "Pricing", href: "/pricing" },
@@ -349,8 +230,7 @@ export default function HomePage() {
],
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/docs" },
{ label: "Build Agent", href: "#" },
@@ -358,8 +238,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -367,8 +246,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -39,9 +39,7 @@ export default function PricingPage() {
id: item.id,
}))}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -57,57 +55,29 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "1",
price: "$0",
name: "Starter",
buttons: [
id: "1", price: "$0", name: "Starter", buttons: [
{ text: "Get Started", href: "#" },
{ text: "Learn More", href: "#" },
],
features: [
"Up to 3 AI agents",
"100 executions/month",
"Basic support",
"Community access",
"5 integrations",
],
"Up to 3 AI agents", "100 executions/month", "Basic support", "Community access", "5 integrations"],
},
{
id: "2",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$99",
name: "Professional",
buttons: [
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "$99", name: "Professional", buttons: [
{ text: "Start Free Trial", href: "#" },
{ text: "Chat to Sales", href: "#" },
],
features: [
"Unlimited AI agents",
"10,000 executions/month",
"Priority support",
"Advanced analytics",
"50+ integrations",
"Custom workflows",
],
"Unlimited AI agents", "10,000 executions/month", "Priority support", "Advanced analytics", "50+ integrations", "Custom workflows"],
},
{
id: "3",
price: "$299",
name: "Enterprise",
buttons: [
id: "3", price: "$299", name: "Enterprise", buttons: [
{ text: "Contact Sales", href: "#" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"Everything in Professional",
"Unlimited executions",
"24/7 dedicated support",
"Custom agent development",
"SLA guarantee 99.99%",
"White-label options",
"Advanced security",
],
"Everything in Professional", "Unlimited executions", "24/7 dedicated support", "Custom agent development", "SLA guarantee 99.99%", "White-label options", "Advanced security"],
},
]}
/>
@@ -121,32 +91,23 @@ export default function PricingPage() {
tag="FAQ"
tagIcon={HelpCircle}
textboxLayout="default"
animationType="slide-up"
animationType="smooth"
useInvertedBackground={false}
mediaPosition="left"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-friendly-customer-support-team-working-1772537042586-f3128ba9.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu2fOsS8dWUotapjJA3wgUdet/a-friendly-customer-support-team-working-1772537042586-f3128ba9.png"
imageAlt="Customer Support Team"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Can I upgrade or downgrade plans anytime?",
content:
"Yes! You can change your plan at any time. When you upgrade, you'll be charged the prorated difference immediately. When you downgrade, credits will be applied to your next billing cycle.",
},
id: "1", title: "Can I upgrade or downgrade plans anytime?", content:
"Yes! You can change your plan at any time. When you upgrade, you'll be charged the prorated difference immediately. When you downgrade, credits will be applied to your next billing cycle."},
{
id: "2",
title: "What happens to my data if I cancel?",
content:
"Your data remains accessible for 30 days after cancellation. You can export all your data, agent configurations, and execution logs at any time before the data is removed.",
},
id: "2", title: "What happens to my data if I cancel?", content:
"Your data remains accessible for 30 days after cancellation. You can export all your data, agent configurations, and execution logs at any time before the data is removed."},
{
id: "3",
title: "Do you offer custom pricing for large teams?",
content:
"Absolutely! For teams with 100+ members or unique requirements, we offer custom pricing packages. Contact our sales team to discuss your specific needs.",
},
id: "3", title: "Do you offer custom pricing for large teams?", content:
"Absolutely! For teams with 100+ members or unique requirements, we offer custom pricing packages. Contact our sales team to discuss your specific needs."},
]}
/>
</div>
@@ -158,8 +119,7 @@ export default function PricingPage() {
copyrightText="© 2025 AgentFlow Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Agents", href: "/agents" },
{ label: "Integrations", href: "/integrations" },
{ label: "Pricing", href: "/pricing" },
@@ -167,8 +127,7 @@ export default function PricingPage() {
],
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/docs" },
{ label: "Build Agent", href: "#" },
@@ -176,8 +135,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -185,8 +143,7 @@ export default function PricingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },