diff --git a/src/app/page.tsx b/src/app/page.tsx index e947479..b97bdfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,8 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; 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 FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { @@ -23,7 +25,6 @@ import { CheckCircle, Star, Rocket, - MessageSquareText as MessageSquareTextIcon, Brain, TrendingUp, Globe, @@ -31,9 +32,7 @@ import { HelpCircle, Home, Settings, - CircleDollarSign, - ArrowLeftRight, - Send, + AlertCircle, } from "lucide-react"; const navItems = [ @@ -76,70 +75,50 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { text: "Start Free Trial", href: "https://app.example.com/trial" }, - { text: "Schedule Demo", href: "/contact" }, + { text: "Schedule Demo", href: "#contact" }, ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} dashboard={{ - title: "Agent Command Center", - logoIcon: Zap, + title: "Agent Command Center", logoIcon: Zap, imageSrc: - "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: [ + "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: [ { text: "Deploy Agent", href: "#" }, { text: "View Analytics", href: "#" }, ], sidebarItems: [ { icon: Home, active: true }, - { icon: MessageSquareTextIcon }, + { icon: MessageSquareText }, { icon: Settings }, ], stats: [ { - title: "Active Agents", - values: [24, 38, 52], - description: "Currently deployed", - }, + title: "Active Agents", values: [24, 38, 52], + description: "Currently deployed"}, { - title: "Client Interactions", - values: [1240, 1847, 2563], - valuePrefix: "$", - valueSuffix: "K", - description: "Handled monthly", - }, + title: "Client Interactions", values: [1240, 1847, 2563], + valuePrefix: "$", valueSuffix: "K", description: "Handled monthly"}, { - title: "System Uptime", - values: [99.8, 99.9, 99.95], - valueSuffix: "%", - description: "Reliability guaranteed", - }, + title: "System Uptime", values: [99.8, 99.9, 99.95], + valueSuffix: "%", description: "Reliability guaranteed"}, ], - chartTitle: "Agent Performance", - chartData: [ + chartTitle: "Agent Performance", chartData: [ { value: 75 }, { value: 85 }, { value: 92 }, { value: 88 }, { value: 95 }, ], - listTitle: "Recent Deployments", - listItems: [ + listTitle: "Recent Deployments", listItems: [ { icon: CheckCircle, - title: "CustomerBot v2.1", - status: "Active", - }, + title: "CustomerBot v2.1", status: "Active"}, { - icon: CircleDollarSign, - title: "SupportAgent v1.8", - status: "Updating", - }, + icon: AlertCircle, + title: "SupportAgent v1.8", status: "Updating"}, { icon: CheckCircle, - title: "SalesAssistant v3.0", - status: "Active", - }, + title: "SalesAssistant v3.0", status: "Active"}, ], }} /> @@ -159,32 +138,21 @@ export default function HomePage() { animationType="slide-up" features={[ { - title: "Real-Time Communication", - description: - "Instant, contextual conversations with clients and team members", - bentoComponent: "chat", - aiIcon: MessageSquareText, + title: "Real-Time Communication", description: + "Instant, contextual conversations with clients and team members", 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", - bentoComponent: "orbiting-icons", - centerIcon: Zap, + title: "Multi-Agent Orchestration", description: + "Coordinate multiple specialized agents working in parallel", bentoComponent: "orbiting-icons", centerIcon: Zap, items: [ { icon: MessageSquare, ring: 1 }, { icon: BarChart3, ring: 1 }, @@ -194,37 +162,23 @@ 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: 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 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" /> @@ -242,41 +196,29 @@ export default function HomePage() { animationType="slide-up" features={[ { - icon: MessageSquareTextIcon, - title: "24/7 Client Support", - description: - "Always-on assistance that never needs sleep, handling inquiries across time zones", - }, + icon: MessageSquareText, + title: "24/7 Client Support", description: + "Always-on assistance that never needs sleep, handling inquiries across time zones"}, { 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, - 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, - 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, - 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, - 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"}, ]} /> @@ -312,71 +254,117 @@ export default function HomePage() { animationType="slide-up" 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} topMarqueeDirection="left" /> +