Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-03 12:01:19 +00:00
2 changed files with 52 additions and 28 deletions

View File

@@ -10,21 +10,24 @@ const poppins = Poppins({
export const metadata: Metadata = {
title: "Voice AI Agents for Business - VoiceAI", description: "Transform customer interactions with intelligent voice AI agents. Reduce costs by 40%, boost satisfaction by 60%. Works for any industry.", keywords: "voice AI, AI agents, customer service, voice technology, conversational AI, business automation", metadataBase: new URL("https://voiceai.com"),
alternates: {
canonical: "https://voiceai.com"},
canonical: "https://voiceai.com"
},
openGraph: {
title: "Voice AI Agents - Transform Your Business", description: "Intelligent voice AI agents that handle customer conversations 24/7. Reduce costs, improve satisfaction, drive growth.", url: "https://voiceai.com", siteName: "VoiceAI", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/a-modern-sleek-voice-ai-agent-dashboard--1772537854183-0fa5b8b4.png", alt: "VoiceAI Platform Dashboard"},
],
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/a-modern-sleek-voice-ai-agent-dashboard--1772537854183-0fa5b8b4.png", alt: "VoiceAI Platform Dashboard"
}
]
},
twitter: {
card: "summary_large_image", title: "Voice AI Agents - VoiceAI", description: "Intelligent voice AI agents for sales, support, scheduling & more.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/a-modern-sleek-voice-ai-agent-dashboard--1772537854183-0fa5b8b4.png"],
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/a-modern-sleek-voice-ai-agent-dashboard--1772537854183-0fa5b8b4.png"
]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({

View File

@@ -46,7 +46,8 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Get Started Free", href: "https://app.voiceai.com/signup"}}
text: "Get Started Free", href: "https://app.voiceai.com/signup"
}}
/>
</div>
@@ -62,8 +63,8 @@ export default function HomePage() {
showBlur={true}
showDimOverlay={false}
buttons={[
{ text: "See Live Demo", href: "#demo" },
{ text: "Start Free Trial", href: "https://app.voiceai.com/trial" },
{ text: "Watch Demo", href: "#demo" },
]}
buttonAnimation="blur-reveal"
/>
@@ -100,22 +101,26 @@ export default function HomePage() {
id: "1", title: "Advanced Voice Recognition", author: "AI Technology", description:
"Understand customers in over 100 languages with 99.2% accuracy. Handles accents, background noise, and speech variations with ease.", tags: ["AI", "Voice Tech", "Multilingual"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/close-up-illustration-of-voice-wave-patt-1772537853571-8fea3e53.png?_wi=1", imageAlt: "Voice Recognition Technology"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/close-up-illustration-of-voice-wave-patt-1772537853571-8fea3e53.png?_wi=1", imageAlt: "Voice Recognition Technology"
},
{
id: "2", title: "Multi-Channel Integration", author: "Enterprise Integration", description:
"Connect to phone, web, mobile apps, and messaging platforms. Integrate with CRM, helpdesk, and business tools via APIs.", tags: ["Integration", "Omnichannel", "API"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/developer-focused-interface-showing-api--1772537854099-003858b6.png?_wi=1", imageAlt: "API Integration Interface"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/developer-focused-interface-showing-api--1772537854099-003858b6.png?_wi=1", imageAlt: "API Integration Interface"
},
{
id: "3", title: "Real-Time Analytics", author: "Business Intelligence", description:
"Track conversation metrics, customer satisfaction, conversion rates, and ROI in real-time. Custom dashboards and reports.", tags: ["Analytics", "Insights", "Reporting"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/real-time-analytics-dashboard-displaying-1772537854657-46b7b8c5.png?_wi=1", imageAlt: "Real-Time Analytics Dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/real-time-analytics-dashboard-displaying-1772537854657-46b7b8c5.png?_wi=1", imageAlt: "Real-Time Analytics Dashboard"
},
{
id: "4", title: "Multilingual Support", author: "Global Reach", description:
"Serve customers worldwide with native language support. Automatic language detection and seamless switching.", tags: ["Global", "Languages", "Localization"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/abstract-globe-illustration-connected-by-1772537854024-373f68e0.png?_wi=1", imageAlt: "Multilingual Global Support"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/abstract-globe-illustration-connected-by-1772537854024-373f68e0.png?_wi=1", imageAlt: "Multilingual Global Support"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -133,13 +138,16 @@ export default function HomePage() {
products={[
{
id: "1", name: "Enterprise Voice Agent", price: "Custom", variant: "For Large Organizations", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/enterprise-grade-voice-ai-system-with-mu-1772537854350-7c750ad8.png?_wi=1", imageAlt: "Enterprise Solution"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/enterprise-grade-voice-ai-system-with-mu-1772537854350-7c750ad8.png?_wi=1", imageAlt: "Enterprise Solution"
},
{
id: "2", name: "Retail AI Assistant", price: "Starting $499/mo", variant: "E-Commerce & Retail", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/retail-customer-service-scenario-with-ai-1772537853464-342b3554.png?_wi=1", imageAlt: "Retail Solution"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/retail-customer-service-scenario-with-ai-1772537853464-342b3554.png?_wi=1", imageAlt: "Retail Solution"
},
{
id: "3", name: "Healthcare Concierge", price: "Starting $299/mo", variant: "Medical & Wellness", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/healthcare-environment-with-voice-ai-ass-1772537853766-3f6535fe.png?_wi=1", imageAlt: "Healthcare Solution"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/healthcare-environment-with-voice-ai-ass-1772537853766-3f6535fe.png?_wi=1", imageAlt: "Healthcare Solution"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -160,32 +168,38 @@ export default function HomePage() {
id: "1", name: "Sarah Chen, CEO of RetailTech", date: "Date: 15 January 2025", title: "Reduced support costs by 45% in just 3 months", quote:
"VoiceAI transformed how we handle customer inquiries. The voice agent understands context like a human and actually resolves issues. Our support team now focuses on complex cases while routine inquiries are handled perfectly by the AI.", tag: "Retail", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-confident-busin-1772537853636-0e2d6123.png", avatarAlt: "Sarah Chen", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-confident-busin-1772537853636-0e2d6123.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-confident-busin-1772537853636-0e2d6123.png?_wi=1"
},
{
id: "2", name: "Marcus Johnson, Operations Manager at HealthCare Plus", date: "Date: 10 January 2025", title: "Patient satisfaction increased to 94%", quote:
"Implementing VoiceAI for appointment scheduling has been game-changing. Patients love the convenience of voice-based booking, and our staff has more time for actual patient care. The compliance features give us peace of mind.", tag: "Healthcare", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-female-project--1772537853500-3b8ebae9.png", avatarAlt: "Marcus Johnson", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-female-project--1772537853500-3b8ebae9.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-female-project--1772537853500-3b8ebae9.png?_wi=1"
},
{
id: "3", name: "Jessica Rodriguez, Founder of TechFlow AI", date: "Date: 5 January 2025", title: "Best decision for our customer experience", quote:
"The API integration was seamless and the documentation is excellent. We had our first AI agent live in production within 24 hours. The analytics dashboard gives us insights we never had before.", tag: "SaaS", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-young-entrepren-1772537854282-7c780f43.png", avatarAlt: "Jessica Rodriguez", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-young-entrepren-1772537854282-7c780f43.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-young-entrepren-1772537854282-7c780f43.png?_wi=1"
},
{
id: "4", name: "David Park, Director of Customer Success at FinanceHub", date: "Date: 28 December 2024", title: "Handling 10,000+ calls per day effortlessly", quote:
"VoiceAI scales with our business needs without breaking a sweat. The multilingual support opened us to new markets. Customer satisfaction scores are up and churn is down.", tag: "Finance", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-operations-dire-1772537853113-c175568f.png", avatarAlt: "David Park", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-operations-dire-1772537853113-c175568f.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-operations-dire-1772537853113-c175568f.png"
},
{
id: "5", name: "Emma Wilson, Content Strategy Lead at MediaCorp", date: "Date: 20 December 2024", title: "Personalization at scale finally works", quote:
"The AI understands our brand voice and communicates consistently across all channels. Lead qualification improved dramatically, and our sales team has more qualified prospects to work with.", tag: "Marketing", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-content-strateg-1772537854130-2bcfcc4a.png", avatarAlt: "Emma Wilson", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-content-strateg-1772537854130-2bcfcc4a.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-content-strateg-1772537854130-2bcfcc4a.png"
},
{
id: "6", name: "Thomas Mitchell, VP of Sales at B2B Solutions Inc", date: "Date: 15 December 2024", title: "Sales pipeline visibility improved 3x", quote:
"VoiceAI agents qualify leads 24/7 even when our team is sleeping. The CRM integration is flawless. We're closing deals faster and at higher values.", tag: "Enterprise", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-sales-leader-bu-1772537853659-4b991ad3.png", avatarAlt: "Thomas Mitchell", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-sales-leader-bu-1772537853659-4b991ad3.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQvYa21jQIlBQyqoHKiJkn1p97/professional-portrait-of-sales-leader-bu-1772537853659-4b991ad3.png"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -201,7 +215,8 @@ export default function HomePage() {
tagAnimation="blur-reveal"
names={["Slack", "Zapier", "Salesforce", "Stripe", "HubSpot", "Zendesk", "Twilio", "Microsoft"]}
logos={[
"http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965876.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149201856.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934165.jpg", "http://img.b2bpic.net/free-vector/gradient-hub-logo-template_23-2149820086.jpg", "http://img.b2bpic.net/free-vector/chatbot-ai-multiple-styles-set_78370-9694.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-api-infographic_23-2149388657.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240848.jpg"]}
"http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965876.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149201856.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934165.jpg", "http://img.b2bpic.net/free-vector/gradient-hub-logo-template_23-2149820086.jpg", "http://img.b2bpic.net/free-vector/chatbot-ai-multiple-styles-set_78370-9694.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-api-infographic_23-2149388657.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240848.jpg"
]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -219,22 +234,28 @@ export default function HomePage() {
faqs={[
{
id: "1", title: "How quickly can we deploy a voice agent?", content:
"You can have your first AI agent live in as little as 30 minutes using our pre-built templates. Our setup wizard guides you through training the agent on your business context. For enterprise custom deployments, our team handles everything end-to-end in 1-2 weeks."},
"You can have your first AI agent live in as little as 30 minutes using our pre-built templates. Our setup wizard guides you through training the agent on your business context. For enterprise custom deployments, our team handles everything end-to-end in 1-2 weeks."
},
{
id: "2", title: "How does VoiceAI understand different accents and languages?", content:
"Our AI uses advanced machine learning trained on millions of voice samples from across the globe. We support over 100 languages and dialects with continuous learning that improves accuracy over time. Our system handles background noise, speech variations, and regional accents with 99.2% accuracy."},
"Our AI uses advanced machine learning trained on millions of voice samples from across the globe. We support over 100 languages and dialects with continuous learning that improves accuracy over time. Our system handles background noise, speech variations, and regional accents with 99.2% accuracy."
},
{
id: "3", title: "Is VoiceAI HIPAA and GDPR compliant?", content:
"Yes. VoiceAI is fully HIPAA, GDPR, SOC 2 Type II, and ISO 27001 certified. We provide enterprise-grade security including end-to-end encryption, data residency options, and detailed audit logs. Healthcare and financial institutions trust VoiceAI with sensitive customer data."},
"Yes. VoiceAI is fully HIPAA, GDPR, SOC 2 Type II, and ISO 27001 certified. We provide enterprise-grade security including end-to-end encryption, data residency options, and detailed audit logs. Healthcare and financial institutions trust VoiceAI with sensitive customer data."
},
{
id: "4", title: "Can VoiceAI integrate with our existing tools?", content:
"Yes. We integrate with 50+ platforms including Salesforce, HubSpot, Zendesk, Stripe, and more. Our REST API and webhooks allow custom integrations with any business system. Enterprise customers get dedicated integration support."},
"Yes. We integrate with 50+ platforms including Salesforce, HubSpot, Zendesk, Stripe, and more. Our REST API and webhooks allow custom integrations with any business system. Enterprise customers get dedicated integration support."
},
{
id: "5", title: "What if the AI can't handle a customer inquiry?", content:
"The AI seamlessly transfers to a human agent with full conversation context. No customer has to repeat themselves. Our handoff is warm and natural—customers never feel the transition. Our customers report 15% transfer rate, significantly lower than traditional systems."},
"The AI seamlessly transfers to a human agent with full conversation context. No customer has to repeat themselves. Our handoff is warm and natural—customers never feel the transition. Our customers report 15% transfer rate, significantly lower than traditional systems."
},
{
id: "6", title: "How much does training and onboarding cost?", content:
"Training and onboarding are included in all plans. Starter plans get access to our online academy and community. Professional and Enterprise plans include live training sessions and dedicated onboarding specialists who ensure your team is fully equipped to succeed."},
"Training and onboarding are included in all plans. Starter plans get access to our online academy and community. Professional and Enterprise plans include live training sessions and dedicated onboarding specialists who ensure your team is fully equipped to succeed."
},
]}
faqsAnimation="slide-up"
textboxLayout="default"