Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-03 10:15:40 +00:00
5 changed files with 233 additions and 385 deletions

View File

@@ -48,9 +48,7 @@ export default function ContactPage() {
description="Have questions about AIAssist? Our team is here to help. Contact us for demos, integrations, or custom enterprise solutions. We typically respond within 2 hours." description="Have questions about AIAssist? Our team is here to help. Contact us for demos, integrations, or custom enterprise solutions. We typically respond within 2 hours."
buttons={[ buttons={[
{ {
text: "Email Us", text: "Email Us", href: "mailto:hello@aiassist.io"},
href: "mailto:hello@aiassist.io",
},
{ text: "Schedule a Call", href: "https://calendly.com/aiassist" }, { text: "Schedule a Call", href: "https://calendly.com/aiassist" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -72,53 +70,29 @@ export default function ContactPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How quickly can I deploy an AI agent?", content:
title: "How quickly can I deploy an AI agent?", "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."},
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", id: "2", title: "What data do AI agents have access to?", content:
title: "What data do AI agents have access to?", "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."},
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", id: "3", title: "Can agents handle complex multi-turn conversations?", content:
title: "Can agents handle complex multi-turn conversations?", "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."},
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", id: "4", title: "Is my customer data secure?", content:
title: "Is my customer data secure?", "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."},
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", id: "5", title: "How much does it cost to get started?", content:
title: "How much does it cost to get started?", "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."},
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", id: "6", title: "What languages do agents support?", content:
title: "What languages do agents support?", "Agents support 100+ languages with natural understanding and contextually appropriate responses. Language detection is automatic, or you can specify preferred languages per agent."},
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", id: "7", title: "Can I integrate with our existing systems?", content:
title: "Can I integrate with our existing systems?", "Yes. We offer pre-built integrations for 50+ popular platforms including Salesforce, HubSpot, Intercom, and Slack. Custom API integrations are available for any system."},
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", id: "8", title: "How do agents improve over time?", content:
title: "How do agents improve over time?", "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."},
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>
@@ -128,8 +102,7 @@ export default function ContactPage() {
logoText="AIAssist" logoText="AIAssist"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/features" }, { label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Security", href: "/security" }, { label: "Security", href: "/security" },
@@ -137,8 +110,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/" }, { label: "About", href: "/" },
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -146,20 +118,16 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Documentation", label: "Documentation", href: "https://docs.aiassist.io"},
href: "https://docs.aiassist.io",
},
{ label: "Integrations", href: "/integrations" }, { label: "Integrations", href: "/integrations" },
{ label: "Templates", href: "/templates" }, { label: "Templates", href: "/templates" },
{ label: "Support", href: "/support" }, { label: "Support", href: "/support" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" }, { label: "Cookie Policy", href: "/cookies" },

View File

@@ -20,9 +20,6 @@ import {
TrendingUp, TrendingUp,
Globe, Globe,
Rocket, Rocket,
MessageSquareTextIcon as MessageSquareTextIconAlias,
Home,
Settings,
} from "lucide-react"; } from "lucide-react";
const navItems = [ const navItems = [
@@ -70,32 +67,21 @@ export default function FeaturesPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
title: "Real-Time Communication", title: "Real-Time Communication", description:
description: "Instant, contextual conversations with clients and team members powered by advanced NLP", bentoComponent: "chat", aiIcon: MessageSquareText,
"Instant, contextual conversations with clients and team members powered by advanced NLP",
bentoComponent: "chat",
aiIcon: MessageSquareText,
userIcon: User, userIcon: User,
exchanges: [ exchanges: [
{ {
userMessage: "What are my account details?", userMessage: "What are my account details?", aiResponse:
aiResponse: "Your account shows 12 active projects with a total investment of $125,000. Would you like more details on any specific project?"},
"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?", userMessage: "Can you help with billing?", aiResponse:
aiResponse: "Absolutely! I can help you review your billing history, update payment methods, or generate invoices. What would you like to do?"},
"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", title: "Multi-Agent Orchestration", description:
description: "Coordinate multiple specialized agents working in parallel with intelligent task distribution", bentoComponent: "orbiting-icons", centerIcon: Zap,
"Coordinate multiple specialized agents working in parallel with intelligent task distribution",
bentoComponent: "orbiting-icons",
centerIcon: Zap,
items: [ items: [
{ icon: MessageSquare, ring: 1 }, { icon: MessageSquare, ring: 1 },
{ icon: BarChart3, ring: 1 }, { icon: BarChart3, ring: 1 },
@@ -105,38 +91,24 @@ export default function FeaturesPage() {
], ],
}, },
{ {
title: "Performance Analytics", title: "Performance Analytics", description:
description: "Comprehensive insights into agent behavior, response quality, and client satisfaction metrics", bentoComponent: "line-chart"},
"Comprehensive insights into agent behavior, response quality, and client satisfaction metrics",
bentoComponent: "line-chart",
},
{ {
title: "Enterprise Integration", title: "Enterprise Integration", description:
description: "Seamless connection with CRM, helpdesk, and business systems through 50+ pre-built integrations", bentoComponent: "icon-info-cards", items: [
"Seamless connection with CRM, helpdesk, and business systems through 50+ pre-built integrations",
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", label: "Security Standard", value: "SOC 2 Type II"},
value: "SOC 2 Type II",
},
{ icon: Globe, label: "Data Centers", value: "6 Regions" }, { icon: Globe, label: "Data Centers", value: "6 Regions" },
], ],
}, },
{ {
title: "Contextual Learning", title: "Contextual Learning", description:
description: "Agents that continuously adapt and improve their responses with every single interaction", bentoComponent: "animated-bar-chart"},
"Agents that continuously adapt and improve their responses with every single interaction",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Global Deployment", title: "Global Deployment", description:
description: "Serve clients worldwide with intelligent multi-language support and localized responses", bentoComponent: "map"},
"Serve clients worldwide with intelligent multi-language support and localized responses",
bentoComponent: "map",
},
]} ]}
carouselMode="buttons" carouselMode="buttons"
/> />
@@ -154,41 +126,29 @@ export default function FeaturesPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
icon: MessageSquareTextIconAlias, icon: MessageSquareText,
title: "24/7 Client Support", title: "24/7 Client Support", description:
description: "Always-on assistance that never needs sleep, handling inquiries across time zones with consistent quality"},
"Always-on assistance that never needs sleep, handling inquiries across time zones with consistent quality",
},
{ {
icon: Brain, icon: Brain,
title: "Intelligent Learning", title: "Intelligent Learning", description:
description: "Continuously improves responses and decision-making based on historical interactions and feedback"},
"Continuously improves responses and decision-making based on historical interactions and feedback",
},
{ {
icon: Zap, icon: Zap,
title: "Lightning Fast", title: "Lightning Fast", description:
description: "Sub-second response times ensure smooth, natural conversations that feel human-like"},
"Sub-second response times ensure smooth, natural conversations that feel human-like",
},
{ {
icon: Shield, icon: Shield,
title: "Enterprise Security", title: "Enterprise Security", description:
description: "Bank-grade encryption and compliance with GDPR, HIPAA, and SOC 2 Type II standards"},
"Bank-grade encryption and compliance with GDPR, HIPAA, and SOC 2 Type II standards",
},
{ {
icon: TrendingUp, icon: TrendingUp,
title: "Conversion Optimization", title: "Conversion Optimization", description:
description: "Intelligent agents guide prospects through sales funnels with personalized assistance and timing"},
"Intelligent agents guide prospects through sales funnels with personalized assistance and timing",
},
{ {
icon: Globe, icon: Globe,
title: "Multi-Language Support", title: "Multi-Language Support", description:
description: "Serve global audiences with natural communication in 100+ languages with cultural awareness"},
"Serve global audiences with natural communication in 100+ languages with cultural awareness",
},
]} ]}
/> />
</div> </div>
@@ -215,8 +175,7 @@ export default function FeaturesPage() {
logoText="AIAssist" logoText="AIAssist"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/features" }, { label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Security", href: "/security" }, { label: "Security", href: "/security" },
@@ -224,8 +183,7 @@ export default function FeaturesPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/" }, { label: "About", href: "/" },
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -233,20 +191,16 @@ export default function FeaturesPage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Documentation", label: "Documentation", href: "https://docs.aiassist.io"},
href: "https://docs.aiassist.io",
},
{ label: "Integrations", href: "/integrations" }, { label: "Integrations", href: "/integrations" },
{ label: "Templates", href: "/templates" }, { label: "Templates", href: "/templates" },
{ label: "Support", href: "/support" }, { label: "Support", href: "/support" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" }, { label: "Cookie Policy", href: "/cookies" },

View File

@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const archivo = Archivo({ const archivo = Archivo({
variable: "--font-archivo", variable: "--font-archivo", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "AIAssist - Deploy AI Agents as Client Assistants", 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"),
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", 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: [
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", 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"},
alt: "AIAssist Dashboard",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", 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: [
title: "AIAssist - Deploy AI Agents for Client Interactions", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png"],
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",
],
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -8,6 +8,8 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { import {
@@ -23,7 +25,6 @@ import {
CheckCircle, CheckCircle,
Star, Star,
Rocket, Rocket,
MessageSquareText as MessageSquareTextIcon,
Brain, Brain,
TrendingUp, TrendingUp,
Globe, Globe,
@@ -31,9 +32,7 @@ import {
HelpCircle, HelpCircle,
Home, Home,
Settings, Settings,
CircleDollarSign, AlertCircle,
ArrowLeftRight,
Send,
} from "lucide-react"; } from "lucide-react";
const navItems = [ const navItems = [
@@ -76,70 +75,50 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Free Trial", href: "https://app.example.com/trial" }, { text: "Start Free Trial", href: "https://app.example.com/trial" },
{ text: "Schedule Demo", href: "/contact" }, { text: "Schedule Demo", href: "#contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
dashboard={{ dashboard={{
title: "Agent Command Center", title: "Agent Command Center", logoIcon: Zap,
logoIcon: Zap,
imageSrc: imageSrc:
"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", searchPlaceholder: "Search agent status...", buttons: [
searchPlaceholder: "Search agent status...",
buttons: [
{ text: "Deploy Agent", href: "#" }, { text: "Deploy Agent", href: "#" },
{ text: "View Analytics", href: "#" }, { text: "View Analytics", href: "#" },
], ],
sidebarItems: [ sidebarItems: [
{ icon: Home, active: true }, { icon: Home, active: true },
{ icon: MessageSquareTextIcon }, { icon: MessageSquareText },
{ icon: Settings }, { icon: Settings },
], ],
stats: [ stats: [
{ {
title: "Active Agents", title: "Active Agents", values: [24, 38, 52],
values: [24, 38, 52], description: "Currently deployed"},
description: "Currently deployed",
},
{ {
title: "Client Interactions", title: "Client Interactions", values: [1240, 1847, 2563],
values: [1240, 1847, 2563], valuePrefix: "$", valueSuffix: "K", description: "Handled monthly"},
valuePrefix: "$",
valueSuffix: "K",
description: "Handled monthly",
},
{ {
title: "System Uptime", title: "System Uptime", values: [99.8, 99.9, 99.95],
values: [99.8, 99.9, 99.95], valueSuffix: "%", description: "Reliability guaranteed"},
valueSuffix: "%",
description: "Reliability guaranteed",
},
], ],
chartTitle: "Agent Performance", chartTitle: "Agent Performance", chartData: [
chartData: [
{ value: 75 }, { value: 75 },
{ value: 85 }, { value: 85 },
{ value: 92 }, { value: 92 },
{ value: 88 }, { value: 88 },
{ value: 95 }, { value: 95 },
], ],
listTitle: "Recent Deployments", listTitle: "Recent Deployments", listItems: [
listItems: [
{ {
icon: CheckCircle, icon: CheckCircle,
title: "CustomerBot v2.1", title: "CustomerBot v2.1", status: "Active"},
status: "Active",
},
{ {
icon: CircleDollarSign, icon: AlertCircle,
title: "SupportAgent v1.8", title: "SupportAgent v1.8", status: "Updating"},
status: "Updating",
},
{ {
icon: CheckCircle, icon: CheckCircle,
title: "SalesAssistant v3.0", title: "SalesAssistant v3.0", status: "Active"},
status: "Active",
},
], ],
}} }}
/> />
@@ -159,32 +138,21 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
title: "Real-Time Communication", title: "Real-Time Communication", description:
description: "Instant, contextual conversations with clients and team members", bentoComponent: "chat", aiIcon: MessageSquareText,
"Instant, contextual conversations with clients and team members",
bentoComponent: "chat",
aiIcon: MessageSquareText,
userIcon: User, userIcon: User,
exchanges: [ exchanges: [
{ {
userMessage: "What are my account details?", userMessage: "What are my account details?", aiResponse:
aiResponse: "Your account shows 12 active projects with a total investment of $125,000. Would you like more details on any specific project?"},
"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?", userMessage: "Can you help with billing?", aiResponse:
aiResponse: "Absolutely! I can help you review your billing history, update payment methods, or generate invoices. What would you like to do?"},
"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", title: "Multi-Agent Orchestration", description:
description: "Coordinate multiple specialized agents working in parallel", bentoComponent: "orbiting-icons", centerIcon: Zap,
"Coordinate multiple specialized agents working in parallel",
bentoComponent: "orbiting-icons",
centerIcon: Zap,
items: [ items: [
{ icon: MessageSquare, ring: 1 }, { icon: MessageSquare, ring: 1 },
{ icon: BarChart3, ring: 1 }, { icon: BarChart3, ring: 1 },
@@ -194,37 +162,23 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Performance Analytics", title: "Performance Analytics", description:
description: "Comprehensive insights into agent behavior and client satisfaction", bentoComponent: "line-chart"},
"Comprehensive insights into agent behavior and client satisfaction",
bentoComponent: "line-chart",
},
{ {
title: "Enterprise Integration", title: "Enterprise Integration", description:
description: "Connect with CRM, helpdesk, and business systems seamlessly", bentoComponent: "icon-info-cards", items: [
"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", label: "Security Standard", value: "SOC 2 Type II"},
value: "SOC 2 Type II",
},
{ icon: Globe, label: "Data Centers", value: "6 Regions" }, { icon: Globe, label: "Data Centers", value: "6 Regions" },
], ],
}, },
{ {
title: "Contextual Learning", title: "Contextual Learning", description:
description: "Agents that adapt and improve with every interaction", bentoComponent: "animated-bar-chart"},
"Agents that adapt and improve with every interaction",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Global Deployment", title: "Global Deployment", description: "Serve clients worldwide with multi-language support", bentoComponent: "map"},
description: "Serve clients worldwide with multi-language support",
bentoComponent: "map",
},
]} ]}
carouselMode="buttons" carouselMode="buttons"
/> />
@@ -242,41 +196,29 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
icon: MessageSquareTextIcon, icon: MessageSquareText,
title: "24/7 Client Support", title: "24/7 Client Support", description:
description: "Always-on assistance that never needs sleep, handling inquiries across time zones"},
"Always-on assistance that never needs sleep, handling inquiries across time zones",
},
{ {
icon: Brain, icon: Brain,
title: "Intelligent Learning", title: "Intelligent Learning", description:
description: "Continuously improves responses and decision-making based on interactions"},
"Continuously improves responses and decision-making based on interactions",
},
{ {
icon: Zap, icon: Zap,
title: "Lightning Fast", title: "Lightning Fast", description:
description: "Sub-second response times ensure smooth, natural conversations"},
"Sub-second response times ensure smooth, natural conversations",
},
{ {
icon: Shield, icon: Shield,
title: "Enterprise Security", title: "Enterprise Security", description:
description: "Bank-grade encryption and compliance with GDPR, HIPAA, and SOC 2"},
"Bank-grade encryption and compliance with GDPR, HIPAA, and SOC 2",
},
{ {
icon: TrendingUp, icon: TrendingUp,
title: "Conversion Optimization", title: "Conversion Optimization", description:
description: "Intelligent agents guide prospects through sales funnels with personalized assistance"},
"Intelligent agents guide prospects through sales funnels with personalized assistance",
},
{ {
icon: Globe, icon: Globe,
title: "Multi-Language Support", title: "Multi-Language Support", description:
description: "Serve global audiences with natural communication in 100+ languages"},
"Serve global audiences with natural communication in 100+ languages",
},
]} ]}
/> />
</div> </div>
@@ -312,71 +254,117 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Chen", handle: "VP Product, TechCorp", testimonial:
name: "Sarah Chen", "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:
handle: "VP Product, TechCorp", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-confident-bus-1772532765359-17d2a019.png", imageAlt: "Sarah Chen"},
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", id: "2", name: "Michael Rodriguez", handle: "CEO, GrowthStartup", testimonial:
name: "Michael Rodriguez", "We deployed 5 agents in 2 weeks. The ROI was immediate - handling 10x more customer inquiries with the same team size. Incredible solution.", imageSrc:
handle: "CEO, GrowthStartup", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-female-techno-1772532766791-eaa8c798.png", imageAlt: "Michael Rodriguez"},
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", id: "3", name: "Emily Johnson", handle: "Head of Support, CloudSoft", testimonial:
name: "Emily Johnson", "The contextual learning is remarkable. Every day our agents get smarter. Our customer satisfaction scores have never been higher.", imageSrc:
handle: "Head of Support, CloudSoft", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-male-business-1772532765548-3507727f.png", imageAlt: "Emily Johnson"},
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", id: "4", name: "David Kim", handle: "Operations Manager, RetailHub", testimonial:
name: "David Kim", "We've tried other AI platforms. AIAssist is in a different league. The support team is outstanding and the product constantly improves.", imageSrc:
handle: "Operations Manager, RetailHub", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-diverse-busin-1772532766055-24de2fcc.png", imageAlt: "David Kim"},
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", id: "5", name: "Lisa Anderson", handle: "CTO, FinanceFlow", testimonial:
name: "Lisa Anderson", "Security and compliance were our concerns. AIAssist exceeded all our requirements. SOC 2 certified with full HIPAA support built-in.", imageSrc:
handle: "CTO, FinanceFlow", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-a-young-entrepr-1772532766756-54e42e8c.png", imageAlt: "Lisa Anderson"},
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", id: "6", name: "James Peterson", handle: "CMO, MarketingPro", testimonial:
name: "James Peterson", "Our conversion rate increased 45% after deploying AIAssist agents. They're like having an expert salesperson working 24/7.", imageSrc:
handle: "CMO, MarketingPro", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/professional-headshot-of-an-experienced--1772532765879-624a58d7.png", imageAlt: "James Peterson"},
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"
/> />
</div> </div>
<div id="pricing" data-section="pricing">
<PricingCardThree
title="Transparent Pricing That Scales"
description="Choose the plan that fits your business. Start free, upgrade as you grow."
tag="Flexible Plans"
tagIcon={DollarSign}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "starter", price: "Free", name: "Starter", buttons: [
{ text: "Get Started", href: "https://app.example.com/signup" },
{ text: "Learn More", href: "#" },
],
features: [
"1 AI Agent", "Up to 1,000 conversations/month", "Basic analytics", "Email support", "Standard integrations"],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$499/month", name: "Professional", buttons: [
{
text: "Start Free Trial", href: "https://app.example.com/trial"},
{ text: "Contact Sales", href: "#contact" },
],
features: [
"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: [
{ text: "Schedule Demo", href: "#contact" },
{ text: "Talk to Sales", href: "mailto:sales@aiassist.io" },
],
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"],
},
]}
carouselMode="buttons"
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Everything you need to know about deploying and managing AI agents"
tag="Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="smooth"
faqsAnimation="slide-up"
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: "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: "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: "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: "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 id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Ready to Transform" tag="Ready to Transform"
@@ -399,8 +387,7 @@ export default function HomePage() {
logoText="AIAssist" logoText="AIAssist"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/#features" }, { label: "Features", href: "/#features" },
{ label: "Pricing", href: "/#pricing" }, { label: "Pricing", href: "/#pricing" },
{ label: "Security", href: "/security" }, { label: "Security", href: "/security" },
@@ -408,8 +395,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -417,20 +403,16 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Documentation", label: "Documentation", href: "https://docs.aiassist.io"},
href: "https://docs.aiassist.io",
},
{ label: "Integrations", href: "/integrations" }, { label: "Integrations", href: "/integrations" },
{ label: "Templates", href: "/templates" }, { label: "Templates", href: "/templates" },
{ label: "Support", href: "/support" }, { label: "Support", href: "/support" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" }, { label: "Cookie Policy", href: "/cookies" },

View File

@@ -51,62 +51,30 @@ export default function PricingPage() {
animationType="slide-up" animationType="slide-up"
plans={[ plans={[
{ {
id: "starter", id: "starter", price: "Free", name: "Starter", buttons: [
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", "1 AI Agent", "Up to 1,000 conversations/month", "Basic analytics", "Email support", "Standard integrations"],
"Up to 1,000 conversations/month",
"Basic analytics",
"Email support",
"Standard integrations",
],
}, },
{ {
id: "professional", id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
badge: "Most Popular", price: "$499/month", name: "Professional", buttons: [
badgeIcon: Sparkles,
price: "$499/month",
name: "Professional",
buttons: [
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "https://app.example.com/trial"},
href: "https://app.example.com/trial",
},
{ text: "Contact Sales", href: "/contact" }, { text: "Contact Sales", href: "/contact" },
], ],
features: [ features: [
"Up to 5 AI Agents", "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 50,000 conversations/month",
"Advanced analytics & reporting",
"Priority support",
"50+ integrations",
"Custom training data",
"Performance optimization",
],
}, },
{ {
id: "enterprise", id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
price: "Custom",
name: "Enterprise",
buttons: [
{ text: "Schedule Demo", href: "/contact" }, { text: "Schedule Demo", href: "/contact" },
{ text: "Talk to Sales", href: "mailto:sales@aiassist.io" }, { text: "Talk to Sales", href: "mailto:sales@aiassist.io" },
], ],
features: [ features: [
"Unlimited AI Agents", "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 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"
@@ -122,9 +90,7 @@ export default function PricingPage() {
description="Start with a free account and upgrade anytime. No credit card required. All plans include a 14-day free trial of premium features." description="Start with a free account and upgrade anytime. No credit card required. All plans include a 14-day free trial of premium features."
buttons={[ buttons={[
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "https://app.example.com/trial"},
href: "https://app.example.com/trial",
},
{ text: "Contact Sales", href: "/contact" }, { text: "Contact Sales", href: "/contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -138,8 +104,7 @@ export default function PricingPage() {
logoText="AIAssist" logoText="AIAssist"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/features" }, { label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Security", href: "/security" }, { label: "Security", href: "/security" },
@@ -147,8 +112,7 @@ export default function PricingPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/" }, { label: "About", href: "/" },
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -156,20 +120,16 @@ export default function PricingPage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Documentation", label: "Documentation", href: "https://docs.aiassist.io"},
href: "https://docs.aiassist.io",
},
{ label: "Integrations", href: "/integrations" }, { label: "Integrations", href: "/integrations" },
{ label: "Templates", href: "/templates" }, { label: "Templates", href: "/templates" },
{ label: "Support", href: "/support" }, { label: "Support", href: "/support" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" }, { label: "Cookie Policy", href: "/cookies" },