4 Commits

Author SHA1 Message Date
668346853f Update src/app/page.tsx 2026-03-03 10:28:53 +00:00
1c0b6b28e1 Update src/app/layout.tsx 2026-03-03 10:28:52 +00:00
fd6395ffe0 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:17:22 +00:00
a4e32f33f9 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:15:39 +00:00
2 changed files with 82 additions and 42 deletions

View File

@@ -11,16 +11,19 @@ const archivo = Archivo({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "AIAssist - Deploy AI Agents as Client Assistants", description: "Build and deploy intelligent AI agents to handle client interactions 24/7. Enterprise-grade security, unlimited scalability, and instant deployment.", keywords: "AI agent, chatbot platform, customer service automation, intelligent assistant, SaaS", metadataBase: new URL("https://aiassist.io"), title: "AIAssist - Deploy AI Agents as Client Assistants", description: "Build and deploy intelligent AI agents to handle client interactions 24/7. Enterprise-grade security, unlimited scalability, and instant deployment.", keywords: "AI agent, chatbot platform, customer service automation, intelligent assistant, SaaS", metadataBase: new URL("https://aiassist.io"),
alternates: { alternates: {
canonical: "https://aiassist.io"}, canonical: "https://aiassist.io"
},
openGraph: { openGraph: {
title: "AIAssist - Intelligent AI Agents for Business", description: "Deploy AI agents as your client assistants. Handle inquiries, support, and business tasks with intelligent automation.", url: "https://aiassist.io", siteName: "AIAssist", type: "website", images: [ title: "AIAssist - Intelligent AI Agents for Business", description: "Deploy AI agents as your client assistants. Handle inquiries, support, and business tasks with intelligent automation.", url: "https://aiassist.io", siteName: "AIAssist", type: "website", images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png", alt: "AIAssist Dashboard"}, url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png", alt: "AIAssist Dashboard"
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", title: "AIAssist - Deploy AI Agents for Client Interactions", description: "Enterprise-grade AI agents for 24/7 customer support and automation.", images: [ card: "summary_large_image", title: "AIAssist - Deploy AI Agents for Client Interactions", description: "Enterprise-grade AI agents for 24/7 customer support and automation.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png"], "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png"
],
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -93,13 +93,16 @@ export default function HomePage() {
stats: [ stats: [
{ {
title: "Active Agents", values: [24, 38, 52], title: "Active Agents", values: [24, 38, 52],
description: "Currently deployed"}, description: "Currently deployed"
},
{ {
title: "Client Interactions", values: [1240, 1847, 2563], title: "Client Interactions", values: [1240, 1847, 2563],
valuePrefix: "$", valueSuffix: "K", description: "Handled monthly"}, valuePrefix: "$", valueSuffix: "K", description: "Handled monthly"
},
{ {
title: "System Uptime", values: [99.8, 99.9, 99.95], title: "System Uptime", values: [99.8, 99.9, 99.95],
valueSuffix: "%", description: "Reliability guaranteed"}, valueSuffix: "%", description: "Reliability guaranteed"
},
], ],
chartTitle: "Agent Performance", chartData: [ chartTitle: "Agent Performance", chartData: [
{ value: 75 }, { value: 75 },
@@ -111,13 +114,16 @@ export default function HomePage() {
listTitle: "Recent Deployments", listItems: [ listTitle: "Recent Deployments", listItems: [
{ {
icon: CheckCircle, icon: CheckCircle,
title: "CustomerBot v2.1", status: "Active"}, title: "CustomerBot v2.1", status: "Active"
},
{ {
icon: AlertCircle, icon: AlertCircle,
title: "SupportAgent v1.8", status: "Updating"}, title: "SupportAgent v1.8", status: "Updating"
},
{ {
icon: CheckCircle, icon: CheckCircle,
title: "SalesAssistant v3.0", status: "Active"}, title: "SalesAssistant v3.0", status: "Active"
},
], ],
}} }}
/> />
@@ -141,11 +147,14 @@ export default function HomePage() {
userIcon: User, userIcon: User,
exchanges: [ exchanges: [
{ {
userMessage: "What are my account details?", aiResponse: "Your account shows 12 active projects with a total investment of $125,000. Would you like more details on any specific project?"}, userMessage: "What are my account details?", aiResponse: "Your account shows 12 active projects with a total investment of $125,000. Would you like more details on any specific project?"
},
{ {
userMessage: "Can you help with billing?", aiResponse: "Absolutely! I can help you review your billing history, update payment methods, or generate invoices. What would you like to do?"}, userMessage: "Can you help with billing?", aiResponse: "Absolutely! I can help you review your billing history, update payment methods, or generate invoices. What would you like to do?"
},
], ],
placeholder: "Ask me anything..."}, placeholder: "Ask me anything..."
},
{ {
title: "Multi-Agent Orchestration", description: "Coordinate multiple specialized agents working in parallel", bentoComponent: "orbiting-icons", centerIcon: Zap, title: "Multi-Agent Orchestration", description: "Coordinate multiple specialized agents working in parallel", bentoComponent: "orbiting-icons", centerIcon: Zap,
items: [ items: [
@@ -157,20 +166,24 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Performance Analytics", description: "Comprehensive insights into agent behavior and client satisfaction", bentoComponent: "line-chart"}, title: "Performance Analytics", description: "Comprehensive insights into agent behavior and client satisfaction", bentoComponent: "line-chart"
},
{ {
title: "Enterprise Integration", description: "Connect with CRM, helpdesk, and business systems seamlessly", bentoComponent: "icon-info-cards", items: [ title: "Enterprise Integration", description: "Connect with CRM, helpdesk, and business systems seamlessly", bentoComponent: "icon-info-cards", items: [
{ icon: Zap, label: "API Connectors", value: "50+" }, { icon: Zap, label: "API Connectors", value: "50+" },
{ {
icon: Shield, icon: Shield,
label: "Security Standard", value: "SOC 2 Type II"}, label: "Security Standard", value: "SOC 2 Type II"
},
{ icon: Globe, label: "Data Centers", value: "6 Regions" }, { icon: Globe, label: "Data Centers", value: "6 Regions" },
], ],
}, },
{ {
title: "Contextual Learning", description: "Agents that adapt and improve with every interaction", bentoComponent: "animated-bar-chart"}, title: "Contextual Learning", description: "Agents that adapt and improve with every interaction", bentoComponent: "animated-bar-chart"
},
{ {
title: "Global Deployment", description: "Serve clients worldwide with multi-language support", bentoComponent: "map"}, title: "Global Deployment", description: "Serve clients worldwide with multi-language support", bentoComponent: "map"
},
]} ]}
carouselMode="buttons" carouselMode="buttons"
/> />
@@ -189,22 +202,28 @@ export default function HomePage() {
features={[ features={[
{ {
icon: MessageSquareText, icon: MessageSquareText,
title: "24/7 Client Support", description: "Always-on assistance that never needs sleep, handling inquiries across time zones"}, title: "24/7 Client Support", description: "Always-on assistance that never needs sleep, handling inquiries across time zones"
},
{ {
icon: Brain, icon: Brain,
title: "Intelligent Learning", description: "Continuously improves responses and decision-making based on interactions"}, title: "Intelligent Learning", description: "Continuously improves responses and decision-making based on interactions"
},
{ {
icon: Zap, icon: Zap,
title: "Lightning Fast", description: "Sub-second response times ensure smooth, natural conversations"}, title: "Lightning Fast", description: "Sub-second response times ensure smooth, natural conversations"
},
{ {
icon: Shield, icon: Shield,
title: "Enterprise Security", description: "Bank-grade encryption and compliance with GDPR, HIPAA, and SOC 2"}, title: "Enterprise Security", description: "Bank-grade encryption and compliance with GDPR, HIPAA, and SOC 2"
},
{ {
icon: TrendingUp, icon: TrendingUp,
title: "Conversion Optimization", description: "Intelligent agents guide prospects through sales funnels with personalized assistance"}, title: "Conversion Optimization", description: "Intelligent agents guide prospects through sales funnels with personalized assistance"
},
{ {
icon: Globe, icon: Globe,
title: "Multi-Language Support", description: "Serve global audiences with natural communication in 100+ languages"}, title: "Multi-Language Support", description: "Serve global audiences with natural communication in 100+ languages"
},
]} ]}
/> />
</div> </div>
@@ -240,17 +259,23 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Chen", handle: "VP Product, TechCorp", testimonial: "AIAssist reduced our support response time by 85%. The agents integrate seamlessly with our existing systems and our customers can't tell they're talking to AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-confident-bus-1772532765359-17d2a019.png", imageAlt: "Sarah Chen"}, id: "1", name: "Sarah Chen", handle: "VP Product, TechCorp", testimonial: "AIAssist reduced our support response time by 85%. The agents integrate seamlessly with our existing systems and our customers can't tell they're talking to AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-confident-bus-1772532765359-17d2a019.png", imageAlt: "Sarah Chen"
},
{ {
id: "2", name: "Michael Rodriguez", handle: "CEO, GrowthStartup", testimonial: "We deployed 5 agents in 2 weeks. The ROI was immediate - handling 10x more customer inquiries with the same team size. Incredible solution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-female-techno-1772532766791-eaa8c798.png", imageAlt: "Michael Rodriguez"}, id: "2", name: "Michael Rodriguez", handle: "CEO, GrowthStartup", testimonial: "We deployed 5 agents in 2 weeks. The ROI was immediate - handling 10x more customer inquiries with the same team size. Incredible solution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-female-techno-1772532766791-eaa8c798.png", imageAlt: "Michael Rodriguez"
},
{ {
id: "3", name: "Emily Johnson", handle: "Head of Support, CloudSoft", testimonial: "The contextual learning is remarkable. Every day our agents get smarter. Our customer satisfaction scores have never been higher.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-male-business-1772532765548-3507727f.png", imageAlt: "Emily Johnson"}, id: "3", name: "Emily Johnson", handle: "Head of Support, CloudSoft", testimonial: "The contextual learning is remarkable. Every day our agents get smarter. Our customer satisfaction scores have never been higher.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-male-business-1772532765548-3507727f.png", imageAlt: "Emily Johnson"
},
{ {
id: "4", name: "David Kim", handle: "Operations Manager, RetailHub", testimonial: "We've tried other AI platforms. AIAssist is in a different league. The support team is outstanding and the product constantly improves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-diverse-busin-1772532766055-24de2fcc.png", imageAlt: "David Kim"}, id: "4", name: "David Kim", handle: "Operations Manager, RetailHub", testimonial: "We've tried other AI platforms. AIAssist is in a different league. The support team is outstanding and the product constantly improves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-diverse-busin-1772532766055-24de2fcc.png", imageAlt: "David Kim"
},
{ {
id: "5", name: "Lisa Anderson", handle: "CTO, FinanceFlow", testimonial: "Security and compliance were our concerns. AIAssist exceeded all our requirements. SOC 2 certified with full HIPAA support built-in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-young-entrepr-1772532766756-54e42e8c.png", imageAlt: "Lisa Anderson"}, id: "5", name: "Lisa Anderson", handle: "CTO, FinanceFlow", testimonial: "Security and compliance were our concerns. AIAssist exceeded all our requirements. SOC 2 certified with full HIPAA support built-in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-young-entrepr-1772532766756-54e42e8c.png", imageAlt: "Lisa Anderson"
},
{ {
id: "6", name: "James Peterson", handle: "CMO, MarketingPro", testimonial: "Our conversion rate increased 45% after deploying AIAssist agents. They're like having an expert salesperson working 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-an-experienced--1772532765879-624a58d7.png", imageAlt: "James Peterson"}, id: "6", name: "James Peterson", handle: "CMO, MarketingPro", testimonial: "Our conversion rate increased 45% after deploying AIAssist agents. They're like having an expert salesperson working 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-an-experienced--1772532765879-624a58d7.png", imageAlt: "James Peterson"
},
]} ]}
speed={40} speed={40}
topMarqueeDirection="left" topMarqueeDirection="left"
@@ -269,12 +294,14 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
plans={[ plans={[
{ {
id: "starter", price: "Free", name: "Starter", buttons: [ id: "starter", badge: "No Credit Card Required", badgeIcon: Sparkles,
price: "Free", name: "Starter", buttons: [
{ text: "Get Started", href: "https://app.example.com/signup" }, { text: "Get Started", href: "https://app.example.com/signup" },
{ text: "Learn More", href: "#" }, { text: "Learn More", href: "#" },
], ],
features: [ features: [
"1 AI Agent", "Up to 1,000 conversations/month", "Basic analytics", "Email support", "Standard integrations"], "1 AI Agent", "Up to 1,000 conversations/month", "Basic analytics", "Email support", "Standard integrations"
],
}, },
{ {
id: "professional", badge: "Most Popular", badgeIcon: Sparkles, id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
@@ -283,7 +310,8 @@ export default function HomePage() {
{ text: "Contact Sales", href: "#contact" }, { text: "Contact Sales", href: "#contact" },
], ],
features: [ features: [
"Up to 5 AI Agents", "Up to 50,000 conversations/month", "Advanced analytics & reporting", "Priority support", "50+ integrations", "Custom training data", "Performance optimization"], "Up to 5 AI Agents", "Up to 50,000 conversations/month", "Advanced analytics & reporting", "Priority support", "50+ integrations", "Custom training data", "Performance optimization"
],
}, },
{ {
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [ id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
@@ -291,7 +319,8 @@ export default function HomePage() {
{ text: "Talk to Sales", href: "mailto:sales@aiassist.io" }, { text: "Talk to Sales", href: "mailto:sales@aiassist.io" },
], ],
features: [ features: [
"Unlimited AI Agents", "Unlimited conversations", "Custom analytics & dashboards", "24/7 dedicated support", "100+ integrations + custom APIs", "Advanced security & compliance", "SLA guarantees", "On-premise deployment options"], "Unlimited AI Agents", "Unlimited conversations", "Custom analytics & dashboards", "24/7 dedicated support", "100+ integrations + custom APIs", "Advanced security & compliance", "SLA guarantees", "On-premise deployment options"
],
}, },
]} ]}
carouselMode="buttons" carouselMode="buttons"
@@ -311,21 +340,29 @@ export default function HomePage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", title: "How quickly can I deploy an AI agent?", content: "Most customers have their first agent live in under 24 hours. Our pre-built integrations, templates, and guided setup process make deployment fast and straightforward. No machine learning expertise required."}, id: "1", title: "How quickly can I deploy an AI agent?", content: "Most customers have their first agent live in under 24 hours. Our pre-built integrations, templates, and guided setup process make deployment fast and straightforward. No machine learning expertise required."
},
{ {
id: "2", title: "What data do AI agents have access to?", content: "Agents only access data you explicitly authorize through integrations. We follow principle of least privilege - agents only see what they need to do their job. All data is encrypted in transit and at rest."}, id: "2", title: "What data do AI agents have access to?", content: "Agents only access data you explicitly authorize through integrations. We follow principle of least privilege - agents only see what they need to do their job. All data is encrypted in transit and at rest."
},
{ {
id: "3", title: "Can agents handle complex multi-turn conversations?", content: "Yes. Our agents maintain conversation context across unlimited turns, understand nuance and intent, and can handle complex workflows. They can escalate to humans when needed."}, id: "3", title: "Can agents handle complex multi-turn conversations?", content: "Yes. Our agents maintain conversation context across unlimited turns, understand nuance and intent, and can handle complex workflows. They can escalate to humans when needed."
},
{ {
id: "4", title: "Is my customer data secure?", content: "We maintain SOC 2 Type II certification, full GDPR compliance, HIPAA readiness, and bank-grade encryption. Data is stored in isolated environments with comprehensive audit logging."}, id: "4", title: "Is my customer data secure?", content: "We maintain SOC 2 Type II certification, full GDPR compliance, HIPAA readiness, and bank-grade encryption. Data is stored in isolated environments with comprehensive audit logging."
},
{ {
id: "5", title: "How much does it cost to get started?", content: "Our Starter plan is completely free - includes 1 agent and 1,000 conversations monthly. Professional plans start at $499/month with unlimited growth. No credit card required for free plan."}, id: "5", title: "How much does it cost to get started?", content: "Our Starter plan is completely free - includes 1 agent and 1,000 conversations monthly. Professional plans start at $499/month with unlimited growth. No credit card required for free plan."
},
{ {
id: "6", title: "What languages do agents support?", content: "Agents support 100+ languages with natural understanding and contextually appropriate responses. Language detection is automatic, or you can specify preferred languages per agent."}, id: "6", title: "What languages do agents support?", content: "Agents support 100+ languages with natural understanding and contextually appropriate responses. Language detection is automatic, or you can specify preferred languages per agent."
},
{ {
id: "7", title: "Can I integrate with our existing systems?", content: "Yes. We offer pre-built integrations for 50+ popular platforms including Salesforce, HubSpot, Intercom, and Slack. Custom API integrations are available for any system."}, id: "7", title: "Can I integrate with our existing systems?", content: "Yes. We offer pre-built integrations for 50+ popular platforms including Salesforce, HubSpot, Intercom, and Slack. Custom API integrations are available for any system."
},
{ {
id: "8", title: "How do agents improve over time?", content: "Agents learn from every interaction through supervised learning. You can provide feedback through our dashboard, and agents incorporate lessons into future conversations. Performance continuously improves."}, id: "8", title: "How do agents improve over time?", content: "Agents learn from every interaction through supervised learning. You can provide feedback through our dashboard, and agents incorporate lessons into future conversations. Performance continuously improves."
},
]} ]}
/> />
</div> </div>