Merge version_1 into main #2
232
src/app/page.tsx
232
src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
|
||||
brandName="WhatsAppAI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "https://app.whatsappaigent.com/signup",
|
||||
}}
|
||||
text: "Start Free Trial", href: "https://app.whatsappaigent.com/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,7 +60,6 @@ export default function HomePage() {
|
||||
imageAlt="AI WhatsApp Agent Dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,33 +72,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Natural Language Processing & Emotional Intelligence",
|
||||
tags: ["Context Aware", "Emotion Detection"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/conceptual-illustration-of-natural-langu-1772751311366-8332adfd.png",
|
||||
imageAlt: "NLP and Emotional Intelligence",
|
||||
},
|
||||
id: "1", title: "Natural Language Processing & Emotional Intelligence", tags: ["Context Aware", "Emotion Detection"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/conceptual-illustration-of-natural-langu-1772751311366-8332adfd.png", imageAlt: "NLP and Emotional Intelligence"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Voice Cloning with Natural Tonality",
|
||||
tags: ["Voice Synthesis", "Audio Quality"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/visual-representation-of-voice-cloning-t-1772751311574-b1c92922.png",
|
||||
imageAlt: "Voice Cloning Technology",
|
||||
},
|
||||
id: "2", title: "Voice Cloning with Natural Tonality", tags: ["Voice Synthesis", "Audio Quality"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/visual-representation-of-voice-cloning-t-1772751311574-b1c92922.png", imageAlt: "Voice Cloning Technology"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Strategic Link Insertion & Conversion Optimization",
|
||||
tags: ["Smart Timing", "Conversion Focus"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/illustration-of-marketing-automation-and-1772751312525-96209578.png",
|
||||
imageAlt: "Marketing Automation",
|
||||
},
|
||||
id: "3", title: "Strategic Link Insertion & Conversion Optimization", tags: ["Smart Timing", "Conversion Focus"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/illustration-of-marketing-automation-and-1772751312525-96209578.png", imageAlt: "Marketing Automation"},
|
||||
{
|
||||
id: "4",
|
||||
title: "24/7 Intelligent Response System",
|
||||
tags: ["Always Online", "Never Sleeps"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/conceptual-illustration-of-24-7-ai-suppo-1772751311078-723e9713.png",
|
||||
imageAlt: "24/7 Support",
|
||||
},
|
||||
id: "4", title: "24/7 Intelligent Response System", tags: ["Always Online", "Never Sleeps"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/conceptual-illustration-of-24-7-ai-suppo-1772751311078-723e9713.png", imageAlt: "24/7 Support"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -120,7 +101,7 @@ export default function HomePage() {
|
||||
description="WhatsAppAI Agent represents a breakthrough in customer interaction technology."
|
||||
subdescription="Trusted by leading businesses worldwide to drive conversions and customer satisfaction."
|
||||
icon={CheckCircle}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/interactive-whatsapp-chat-demonstration--1772751315225-aba80bf5.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/interactive-whatsapp-chat-demonstration--1772751315225-aba80bf5.png"
|
||||
imageAlt="AI Agent in Action"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -136,53 +117,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Best for Startups",
|
||||
badgeIcon: Rocket,
|
||||
price: "$99/month",
|
||||
subtitle: "Perfect for small teams and first-time buyers",
|
||||
buttons: [{ text: "Start Free Trial", href: "https://app.whatsappaigent.com/signup?plan=starter" }],
|
||||
id: "starter", badge: "Best for Startups", badgeIcon: Rocket,
|
||||
price: "$99/month", subtitle: "Perfect for small teams and first-time buyers", buttons: [{ text: "Start Free Trial", href: "https://app.whatsappaigent.com/signup?plan=starter" }],
|
||||
features: [
|
||||
"1 AI Agent",
|
||||
"500 conversations/month",
|
||||
"Basic NLP Processing",
|
||||
"Email Support",
|
||||
"7-day free trial included",
|
||||
],
|
||||
"1 AI Agent", "500 conversations/month", "Basic NLP Processing", "Email Support", "7-day free trial included"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$299/month",
|
||||
subtitle: "Ideal for growing businesses and agencies",
|
||||
buttons: [{ text: "Start Free Trial", href: "https://app.whatsappaigent.com/signup?plan=professional" }],
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$299/month", subtitle: "Ideal for growing businesses and agencies", buttons: [{ text: "Start Free Trial", href: "https://app.whatsappaigent.com/signup?plan=professional" }],
|
||||
features: [
|
||||
"5 AI Agents",
|
||||
"5,000 conversations/month",
|
||||
"Advanced NLP + Emotion Detection",
|
||||
"Voice Cloning Included",
|
||||
"Priority Support",
|
||||
"Strategic Link Optimization",
|
||||
"7-day free trial included",
|
||||
],
|
||||
"5 AI Agents", "5,000 conversations/month", "Advanced NLP + Emotion Detection", "Voice Cloning Included", "Priority Support", "Strategic Link Optimization", "7-day free trial included"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Scale",
|
||||
badgeIcon: Zap,
|
||||
price: "Custom",
|
||||
subtitle: "Unlimited capabilities for large organizations",
|
||||
buttons: [{ text: "Request Demo", href: "https://app.whatsappaigent.com/demo" }],
|
||||
id: "enterprise", badge: "For Scale", badgeIcon: Zap,
|
||||
price: "Custom", subtitle: "Unlimited capabilities for large organizations", buttons: [{ text: "Request Demo", href: "https://app.whatsappaigent.com/demo" }],
|
||||
features: [
|
||||
"Unlimited AI Agents",
|
||||
"Unlimited conversations",
|
||||
"All features included",
|
||||
"Dedicated Account Manager",
|
||||
"Custom Integrations",
|
||||
"Advanced Analytics",
|
||||
"SLA Guarantee",
|
||||
],
|
||||
"Unlimited AI Agents", "Unlimited conversations", "All features included", "Dedicated Account Manager", "Custom Integrations", "Advanced Analytics", "SLA Guarantee"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -197,29 +147,13 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-portrait-of-a-succ-1772751310565-d16e615f.png?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-portrait-of-a-succ-1772751310565-d16e615f.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-marketing-or--1772751310538-c1af0b5e.png?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-marketing-or--1772751310538-c1af0b5e.png", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-customer-succ-1772751310776-30a55dba.png?_wi=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-customer-succ-1772751310776-30a55dba.png", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-service-compa-1772751312426-1bee2d2e.png?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "4", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-service-compa-1772751312426-1bee2d2e.png", imageAlt: "James Wilson"},
|
||||
]}
|
||||
cardTitle="Join 1,000+ companies transforming customer support with AI"
|
||||
cardTag="Trusted by industry leaders"
|
||||
@@ -233,41 +167,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Torres",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-digital-marke-1772751310497-c053ab33.png",
|
||||
imageAlt: "Alex Torres",
|
||||
},
|
||||
id: "1", name: "Alex Torres", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-digital-marke-1772751310497-c053ab33.png", imageAlt: "Alex Torres"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-an-e-commerce-b-1772751310526-117c2462.png",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "2", name: "Jessica Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-an-e-commerce-b-1772751310526-117c2462.png", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Kumar",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-portrait-of-a-succ-1772751310565-d16e615f.png?_wi=2",
|
||||
imageAlt: "David Kumar",
|
||||
},
|
||||
id: "3", name: "David Kumar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-portrait-of-a-succ-1772751310565-d16e615f.png", imageAlt: "David Kumar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rachel Martinez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-marketing-or--1772751310538-c1af0b5e.png?_wi=2",
|
||||
imageAlt: "Rachel Martinez",
|
||||
},
|
||||
id: "4", name: "Rachel Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-marketing-or--1772751310538-c1af0b5e.png", imageAlt: "Rachel Martinez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcus Thompson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-customer-succ-1772751310776-30a55dba.png?_wi=2",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
id: "5", name: "Marcus Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-customer-succ-1772751310776-30a55dba.png", imageAlt: "Marcus Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Anderson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-service-compa-1772751312426-1bee2d2e.png?_wi=2",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "6", name: "Lisa Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXuL8hhvkbDSpwokY4DxWRxdJy/professional-headshot-of-a-service-compa-1772751312426-1bee2d2e.png", imageAlt: "Lisa Anderson"},
|
||||
]}
|
||||
cardTitle="Real results from real customers. See why businesses choose WhatsAppAI Agent."
|
||||
cardTag="Proven success stories"
|
||||
@@ -286,77 +196,41 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What exactly is the 7-day free trial?",
|
||||
content:
|
||||
"After you sign up, your account is automatically activated with full access to all features included in your plan tier. No credit card is required. You get 7 full days to test the AI agent, configure it for your business, and see real results. On day 7, we'll send you a reminder email. If you don't cancel, we'll automatically charge your preferred payment method starting day 8.",
|
||||
},
|
||||
id: "1", title: "What exactly is the 7-day free trial?", content:
|
||||
"After you sign up, your account is automatically activated with full access to all features included in your plan tier. No credit card is required. You get 7 full days to test the AI agent, configure it for your business, and see real results. On day 7, we'll send you a reminder email. If you don't cancel, we'll automatically charge your preferred payment method starting day 8."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How does the AI agent interpret customer emotions?",
|
||||
content:
|
||||
"Our advanced NLP engine analyzes message context, tone, word choice, and conversation history to detect customer sentiment and emotional states. The agent identifies if a customer is frustrated, happy, confused, or hesitant. It then adapts its response strategy accordingly—validating emotions first before providing solutions or pushing sales messages. This creates authentic, human-like conversations that build trust.",
|
||||
},
|
||||
id: "2", title: "How does the AI agent interpret customer emotions?", content:
|
||||
"Our advanced NLP engine analyzes message context, tone, word choice, and conversation history to detect customer sentiment and emotional states. The agent identifies if a customer is frustrated, happy, confused, or hesitant. It then adapts its response strategy accordingly—validating emotions first before providing solutions or pushing sales messages. This creates authentic, human-like conversations that build trust."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I really clone my own voice?",
|
||||
content:
|
||||
"Yes! In the 'Voice Cloning' section of your dashboard, you record a 30-60 second audio sample speaking naturally. Our AI learns your vocal patterns, tone, and inflection. The system then generates responses in your voice, maintaining consistency and personality. The cloned voice sounds natural with appropriate emotion and emphasis, making interactions feel like they're coming directly from you.",
|
||||
},
|
||||
id: "3", title: "Can I really clone my own voice?", content:
|
||||
"Yes! In the 'Voice Cloning' section of your dashboard, you record a 30-60 second audio sample speaking naturally. Our AI learns your vocal patterns, tone, and inflection. The system then generates responses in your voice, maintaining consistency and personality. The cloned voice sounds natural with appropriate emotion and emphasis, making interactions feel like they're coming directly from you."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How does the AI decide when to insert links?",
|
||||
content:
|
||||
"The agent analyzes conversation flow, customer readiness signals, and conversation stage. It identifies the ideal moment when the customer is most receptive—after expressing interest but before objection. It prepares the customer psychologically through validation and benefit explanation, then naturally inserts the link with context. This strategic approach dramatically increases click-through and conversion rates compared to cold link sending.",
|
||||
},
|
||||
id: "4", title: "How does the AI decide when to insert links?", content:
|
||||
"The agent analyzes conversation flow, customer readiness signals, and conversation stage. It identifies the ideal moment when the customer is most receptive—after expressing interest but before objection. It prepares the customer psychologically through validation and benefit explanation, then naturally inserts the link with context. This strategic approach dramatically increases click-through and conversion rates compared to cold link sending."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Will the agent seem robotic or generic?",
|
||||
content:
|
||||
"Never. Our conversation engine is specifically designed to avoid generic responses. It reads all previous messages, understands context deeply, varies sentence structure, develops natural dialogue flow, and asks strategic follow-up questions unique to each customer's situation. Each conversation is completely individualized and sounds like a naturally trained human representative having a real business conversation.",
|
||||
},
|
||||
id: "5", title: "Will the agent seem robotic or generic?", content:
|
||||
"Never. Our conversation engine is specifically designed to avoid generic responses. It reads all previous messages, understands context deeply, varies sentence structure, develops natural dialogue flow, and asks strategic follow-up questions unique to each customer's situation. Each conversation is completely individualized and sounds like a naturally trained human representative having a real business conversation."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What about customer data privacy and security?",
|
||||
content:
|
||||
"We take enterprise-grade security seriously. All conversations are encrypted end-to-end. Customer data is stored in secure, ISO-certified servers with automatic backups. We comply with GDPR, CCPA, and other international data protection regulations. Your data is never shared with third parties. You maintain complete control and can export or delete customer data anytime from your dashboard.",
|
||||
},
|
||||
id: "6", title: "What about customer data privacy and security?", content:
|
||||
"We take enterprise-grade security seriously. All conversations are encrypted end-to-end. Customer data is stored in secure, ISO-certified servers with automatic backups. We comply with GDPR, CCPA, and other international data protection regulations. Your data is never shared with third parties. You maintain complete control and can export or delete customer data anytime from your dashboard."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I test the agent before paying?",
|
||||
content:
|
||||
"Absolutely. The 7-day free trial includes access to our interactive demo area where you can see the agent handle different customer scenarios in real-time. You can test various conversation flows, see how it handles objections, watch the link insertion strategy, and even test voice cloning features. This lets you experience the full capability before making any payment commitment.",
|
||||
},
|
||||
id: "7", title: "Can I test the agent before paying?", content:
|
||||
"Absolutely. The 7-day free trial includes access to our interactive demo area where you can see the agent handle different customer scenarios in real-time. You can test various conversation flows, see how it handles objections, watch the link insertion strategy, and even test voice cloning features. This lets you experience the full capability before making any payment commitment."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What if I want to cancel during the free trial?",
|
||||
content:
|
||||
"You can cancel anytime through your account dashboard—no questions asked, no penalties. If you cancel before day 8, you won't be charged. Simply go to Settings → Subscription → Cancel Plan and confirm. Your agent will stop operating immediately. All your configurations and conversation history remain accessible for 30 days if you want to reactivate later.",
|
||||
},
|
||||
id: "8", title: "What if I want to cancel during the free trial?", content:
|
||||
"You can cancel anytime through your account dashboard—no questions asked, no penalties. If you cancel before day 8, you won't be charged. Simply go to Settings → Subscription → Cancel Plan and confirm. Your agent will stop operating immediately. All your configurations and conversation history remain accessible for 30 days if you want to reactivate later."},
|
||||
{
|
||||
id: "9",
|
||||
title: "How does the automatic billing reminder system work?",
|
||||
content:
|
||||
"On day 5 of your trial, we send an email reminder: 'Your trial ends in 2 days.' This gives you time to review if the platform meets your needs. On day 7, we send a second email: 'Your trial ends today. If you don't cancel, your subscription begins tomorrow.' Then on day 8, if you haven't canceled, we charge your account for the first month and ongoing monthly billing begins.",
|
||||
},
|
||||
id: "9", title: "How does the automatic billing reminder system work?", content:
|
||||
"On day 5 of your trial, we send an email reminder: 'Your trial ends in 2 days.' This gives you time to review if the platform meets your needs. On day 7, we send a second email: 'Your trial ends today. If you don't cancel, your subscription begins tomorrow.' Then on day 8, if you haven't canceled, we charge your account for the first month and ongoing monthly billing begins."},
|
||||
{
|
||||
id: "10",
|
||||
title: "Can the agent handle multiple products or services?",
|
||||
content:
|
||||
"Yes. When configuring your agent, you can input detailed information about all your products/services, pricing, features, and benefits. The AI learns everything and can intelligently discuss any of your offerings based on the customer's needs and interests. It can cross-sell and upsell naturally by understanding what solution best fits each customer's situation.",
|
||||
},
|
||||
id: "10", title: "Can the agent handle multiple products or services?", content:
|
||||
"Yes. When configuring your agent, you can input detailed information about all your products/services, pricing, features, and benefits. The AI learns everything and can intelligently discuss any of your offerings based on the customer's needs and interests. It can cross-sell and upsell naturally by understanding what solution best fits each customer's situation."},
|
||||
{
|
||||
id: "11",
|
||||
title: "How do I configure the agent with my company details?",
|
||||
content:
|
||||
"In your dashboard, go to Settings → Agent Configuration. You'll enter: Company name and industry, Products/services with descriptions and links, Pricing information (if relevant), Your brand voice and tone preferences, Target audience details, Links (payment, checkout, Instagram, website, etc.), and Any specific instructions or conversation guidelines. The AI then contextualizes all this information and uses it to represent your business authentically.",
|
||||
},
|
||||
id: "11", title: "How do I configure the agent with my company details?", content:
|
||||
"In your dashboard, go to Settings → Agent Configuration. You'll enter: Company name and industry, Products/services with descriptions and links, Pricing information (if relevant), Your brand voice and tone preferences, Target audience details, Links (payment, checkout, Instagram, website, etc.), and Any specific instructions or conversation guidelines. The AI then contextualizes all this information and uses it to represent your business authentically."},
|
||||
{
|
||||
id: "12",
|
||||
title: "What analytics and reporting do I get?",
|
||||
content:
|
||||
"Your dashboard includes comprehensive analytics: Conversation volume and trends, Response satisfaction ratings, Conversion rates and revenue attributed to the agent, Customer sentiment analysis, Link click-through rates, Peak activity times, Common customer questions and concerns, and Agent performance metrics. All data is real-time and exportable for deeper analysis.",
|
||||
},
|
||||
id: "12", title: "What analytics and reporting do I get?", content:
|
||||
"Your dashboard includes comprehensive analytics: Conversation volume and trends, Response satisfaction ratings, Conversion rates and revenue attributed to the agent, Customer sentiment analysis, Link click-through rates, Peak activity times, Common customer questions and concerns, and Agent performance metrics. All data is real-time and exportable for deeper analysis."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user