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