Merge version_2 into main #4
@@ -1,18 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Nunito } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
@@ -20,20 +14,14 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AIVerse - Enterprise AI Platform for Real-Time Intelligence", description: "Transform your business with AIVerse, the enterprise AI platform powering real-time analytics, predictive modeling, and intelligent automation for Fortune 500 companies.", keywords: "AI platform, machine learning, artificial intelligence, enterprise AI, predictive analytics, data science", robots: {
|
||||
title: "AI Receptionist Agents | White-Label Solutions for Local Businesses", description: "Scale your service business with AI receptionist agents. White-label partnership for local service providers, call centers, and agencies. Affordable, easy to implement.", keywords: "AI receptionist, appointment scheduling, white-label AI, local business solutions, answering service, call handling", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "AIVerse - Enterprise AI Platform", description: "Harness advanced AI for real-time intelligence and predictive insights", siteName: "AIVerse", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png", alt: "A modern AI platform dashboard with dark theme showing real-time analytics, data visualizations, and"},
|
||||
],
|
||||
},
|
||||
title: "AI Receptionist Agents | White-Label Partnership", description: "White-label AI receptionist agents for local businesses. Scale your services affordably.", siteName: "AI Receptionist Agents", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "AIVerse - Enterprise AI Platform", description: "Real-time AI intelligence at enterprise scale", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png"],
|
||||
},
|
||||
card: "summary_large_image", title: "AI Receptionist Agents | White-Label Partnership", description: "White-label AI receptionist agents for local businesses"},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -45,7 +33,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${nunito.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
className={`${manrope.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
188
src/app/page.tsx
188
src/app/page.tsx
@@ -13,19 +13,19 @@ import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import {
|
||||
Sparkles,
|
||||
Zap,
|
||||
Home,
|
||||
Phone,
|
||||
Clock,
|
||||
CheckCircle,
|
||||
BarChart3,
|
||||
Settings,
|
||||
TrendingUp,
|
||||
CheckCircle,
|
||||
Brain,
|
||||
Zap,
|
||||
Shield,
|
||||
Layers,
|
||||
Lock,
|
||||
Star,
|
||||
Rocket,
|
||||
TrendingUp,
|
||||
Users,
|
||||
MessageSquare,
|
||||
CreditCard,
|
||||
Rocket,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -51,58 +51,58 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AIVerse"
|
||||
bottomLeftText="Powered by Advanced AI"
|
||||
bottomRightText="hello@aiverse.io"
|
||||
brandName="ReceptionistAI"
|
||||
bottomLeftText="White-Label AI Solutions"
|
||||
bottomRightText="partner@receptionistai.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero" className="relative overflow-hidden">
|
||||
<HeroBillboardDashboard
|
||||
title="Real-Time AI Intelligence at Scale"
|
||||
description="Harness the power of advanced artificial intelligence with our unified platform. Process data in real-time, make smarter decisions, and stay ahead of the competition with cutting-edge AI models."
|
||||
tag="Next-Gen AI Platform"
|
||||
title="AI Receptionist Agents for Your Business"
|
||||
description="Scale your service business with intelligent AI-powered receptionists. White-label solutions designed for local businesses, agencies, and service providers. Handle more calls, reduce costs, delight customers."
|
||||
tag="White-Label Partnership"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://app.aiverse.io" },
|
||||
{ text: "View Documentation", href: "#" },
|
||||
{ text: "Start White-Label Partnership", href: "#contact" },
|
||||
{ text: "View Demo", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Analytics Hub", logoIcon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png?_wi=1", imageAlt: "AI Dashboard Interface", searchPlaceholder: "Search AI models...", buttons: [
|
||||
title: "Call Center Dashboard", logoIcon: Phone,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png?_wi=1", imageAlt: "AI Receptionist Dashboard", searchPlaceholder: "Search calls or clients...", buttons: [
|
||||
{ text: "Dashboard", href: "#" },
|
||||
{ text: "Export Report", href: "#" },
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Home, active: true },
|
||||
{ icon: Phone, active: true },
|
||||
{ icon: BarChart3, active: false },
|
||||
{ icon: Settings, active: false },
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Models Active", values: [42, 58, 73],
|
||||
description: "AI models in production"},
|
||||
title: "Calls Handled", values: [1200, 1850, 2400],
|
||||
description: "per day across clients"},
|
||||
{
|
||||
title: "Processing Speed", values: [2.4, 3.8, 5.2],
|
||||
valueSuffix: "x faster", description: "vs traditional methods"},
|
||||
title: "Answer Rate", values: [95, 97, 99],
|
||||
valueSuffix: "%", description: "average performance"},
|
||||
{
|
||||
title: "Accuracy Rate", values: [94, 96, 98],
|
||||
valueSuffix: "%", description: "Average prediction accuracy"},
|
||||
title: "Customer Satisfaction", values: [4.2, 4.5, 4.8],
|
||||
valueSuffix: "/5", description: "client feedback score"},
|
||||
],
|
||||
chartTitle: "Model Performance", chartData: [
|
||||
chartTitle: "Call Volume Trends", chartData: [
|
||||
{ value: 65 },
|
||||
{ value: 85 },
|
||||
{ value: 75 },
|
||||
{ value: 90 },
|
||||
{ value: 80 },
|
||||
],
|
||||
listTitle: "Recent Predictions", listItems: [
|
||||
{ icon: Zap, title: "Market Forecast", status: "Completed" },
|
||||
{ icon: TrendingUp, title: "Risk Analysis", status: "Processing" },
|
||||
{ icon: CheckCircle, title: "Sentiment Analysis", status: "Completed" },
|
||||
listTitle: "Recent Interactions", listItems: [
|
||||
{ icon: Phone, title: "Appointment Booked", status: "Completed" },
|
||||
{ icon: MessageSquare, title: "Message Logged", status: "Completed" },
|
||||
{ icon: CheckCircle, title: "Follow-up Scheduled", status: "Pending" },
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -110,9 +110,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features" className="py-20">
|
||||
<FeatureBento
|
||||
title="Powerful AI Capabilities"
|
||||
description="Experience intelligent automation with features designed for enterprise-scale operations"
|
||||
tag="Platform Features"
|
||||
title="Powerful AI Receptionist Capabilities"
|
||||
description="Everything you need to handle customer calls professionally and efficiently"
|
||||
tag="Core Features"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
@@ -120,13 +120,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Network", description: "Deploy AI models across worldwide infrastructure", bentoComponent: "globe"},
|
||||
title: "24/7 Call Handling", description: "Always-on availability for your customers, even after hours", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Advanced Analytics", description: "Real-time data visualization and insights", bentoComponent: "animated-bar-chart"},
|
||||
title: "Appointment Scheduling", description: "Intelligent booking system that integrates with your calendar", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Interactive Maps", description: "Geographic data analysis and visualization", bentoComponent: "map"},
|
||||
title: "Call Routing & Transfers", description: "Smart routing based on skills, availability, and customer needs", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Performance Metrics", description: "Track model performance with precision", bentoComponent: "line-chart"},
|
||||
title: "Message Recording & Transcription", description: "All conversations logged and searchable for compliance and quality", bentoComponent: "map"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -134,47 +134,47 @@ export default function LandingPage() {
|
||||
|
||||
<div id="capabilities" data-section="capabilities" className="py-20">
|
||||
<FeatureHoverPattern
|
||||
title="What Makes Us Different"
|
||||
description="Hover over each capability to discover what sets our AI platform apart"
|
||||
title="Why Choose Our AI Receptionist"
|
||||
description="Built specifically for local businesses and service providers"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Brain,
|
||||
title: "Neural Processing", description: "Advanced machine learning algorithms for intelligent decision-making"},
|
||||
icon: Phone,
|
||||
title: "Natural Conversations", description: "AI that sounds human and handles complex customer interactions naturally"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning Speed", description: "Process millions of data points in milliseconds with GPU acceleration"},
|
||||
icon: Clock,
|
||||
title: "Instant Setup", description: "No technical expertise needed. Deploy in minutes, not weeks"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Enterprise Security", description: "Military-grade encryption and compliance with global data standards"},
|
||||
title: "Data Security & Privacy", description: "Enterprise-grade security with GDPR and HIPAA compliance options"},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "Scalable Architecture", description: "Grows with your business from startup to enterprise scale"},
|
||||
title: "Easy Integration", description: "Works seamlessly with your existing business systems and CRM"},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Privacy First", description: "Your data stays yours with on-premise deployment options"},
|
||||
icon: CreditCard,
|
||||
title: "Pay Per Use", description: "Simple pricing based on call volume. No hidden fees or commitments"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "24/7 Support", description: "Round-the-clock technical support from AI experts"},
|
||||
icon: Users,
|
||||
title: "Dedicated Support", description: "Partner success team available to help optimize your deployment"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" className="py-20">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Impact"
|
||||
tagIcon={Star}
|
||||
tag="Our Track Record"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
title="Transforming Industries with AI"
|
||||
description="We've helped leading enterprises harness artificial intelligence to drive innovation, reduce costs, and unlock new revenue streams. Our platform powers critical decision-making for Fortune 500 companies across finance, healthcare, retail, and manufacturing."
|
||||
title="Trusted by Hundreds of Service Businesses"
|
||||
description="Our AI receptionist agents have transformed how local businesses handle customer communication. From plumbing companies to dental offices, from agencies to call centers—businesses like yours are scaling faster with less overhead. Join them and discover how AI can amplify your team's capacity."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Enterprise Customers" },
|
||||
{ value: "1B+", title: "Daily Predictions" },
|
||||
{ value: "500+", title: "Active Clients" },
|
||||
{ value: "2M+", title: "Calls Handled" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png?_wi=2"
|
||||
imageAlt="AI Platform in Action"
|
||||
imageAlt="AI Receptionist in Action"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -183,24 +183,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials" className="py-20">
|
||||
<TestimonialCardSix
|
||||
title="Trusted by Industry Leaders"
|
||||
description="See what enterprise customers say about transforming their business with AIVerse"
|
||||
title="What Our Partners Say"
|
||||
description="Real stories from businesses transformed by AI receptionists"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@sarah.chen - VP Analytics, TechCorp", testimonial: "AIVerse has completely transformed our data pipeline. We now process insights 10x faster with 99.8% accuracy. Their support team is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-tech-forward--1772521735388-5d75e93e.png", imageAlt: "Sarah Chen"},
|
||||
id: "1", name: "John Martinez", handle: "@jmartinez - Owner, Emergency Plumbing Co", testimonial: "Calls overflow during busy seasons. With the AI receptionist, we handle 3x more calls without hiring. Our customers say the service is better than ever.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-tech-forward--1772521735388-5d75e93e.png", imageAlt: "John Martinez"},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", handle: "@m_rodriguez - Director, FinanceFlow", testimonial: "The ROI was immediate. Risk prediction improved dramatically, and our team is freed up for strategic work instead of data grunt work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-man-in-tech-i-1772521735149-0c38e644.png", imageAlt: "Michael Rodriguez"},
|
||||
id: "2", name: "Sarah Chen", handle: "@sarah.chen - Manager, Dental Office Network", testimonial: "We were spending $4K/month on a receptionist and missing calls. For half the cost, the AI books appointments, reschedules, and handles inquiries flawlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-man-in-tech-i-1772521735149-0c38e644.png", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3", name: "Amira Patel", handle: "@amira.patel - CTO, HealthTech Solutions", testimonial: "Enterprise-grade AI that actually works. Deployment was seamless, and the platform scales effortlessly with our growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-diverse-tech--1772521735374-d1212312.png", imageAlt: "Amira Patel"},
|
||||
id: "3", name: "David Kumar", handle: "@dkumar - Founder, Marketing Agency", testimonial: "As an agency, we now white-label this to our SMB clients. They get professional AI support, we get recurring revenue. Win-win.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-diverse-tech--1772521735374-d1212312.png", imageAlt: "David Kumar"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidkim_ai - Head of Innovation, RetailPro", testimonial: "We cut model training time by 80% and achieved better results. AIVerse is a game-changer for competitive advantage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-tech-leader-w-1772521736849-6f8700fd.png", imageAlt: "David Kim"},
|
||||
id: "4", name: "Lisa Johnson", handle: "@lisaj - VP Operations, Call Center", testimonial: "We upgraded 40% of our team's shifts to AI. Quality is consistent, costs dropped 35%, and staff focus on complex customer issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-tech-leader-w-1772521736849-6f8700fd.png", imageAlt: "Lisa Johnson"},
|
||||
{
|
||||
id: "5", name: "Elena Vasquez", handle: "@elena_v - Data Lead, ManufactureCo", testimonial: "The intuitive interface makes AI accessible to non-data scientists. Our entire team now leverages AI for better decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-woman-in-tech-1772521735062-24b2fca2.png", imageAlt: "Elena Vasquez"},
|
||||
id: "5", name: "Marcus Williams", handle: "@mwilliams - Owner, Home Cleaning Service", testimonial: "My biggest worry was losing the personal touch. I was wrong. The AI captures leads and books estimates better than I could. Growing my business faster now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-woman-in-tech-1772521735062-24b2fca2.png", imageAlt: "Marcus Williams"},
|
||||
{
|
||||
id: "6", name: "James Thompson", handle: "@james.t - CEO, LogisticsHub", testimonial: "Exceptional platform with outstanding customer support. AIVerse partners with us to drive continuous innovation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-diverse-tech--1772521735725-96cd09a6.png", imageAlt: "James Thompson"},
|
||||
id: "6", name: "Emma Rodriguez", handle: "@emmarodriguez - HR, Insurance Brokerage", testimonial: "Implementation was painless. The onboarding team made it effortless to train the AI on our processes. Live within 48 hours.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/professional-headshot-of-a-diverse-tech--1772521735725-96cd09a6.png", imageAlt: "Emma Rodriguez"},
|
||||
]}
|
||||
speed={50}
|
||||
topMarqueeDirection="left"
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing" className="py-20">
|
||||
<PricingCardThree
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the perfect plan for your AI needs. Scale up anytime as your requirements grow."
|
||||
description="Choose the plan that fits your business size. Scale anytime as you grow."
|
||||
tag="Flexible Plans"
|
||||
tagIcon={CreditCard}
|
||||
tagAnimation="slide-up"
|
||||
@@ -219,29 +219,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", price: "$299/mo", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "#" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
id: "startup", price: "$299/mo", name: "Startup", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"Up to 10 AI models", "100GB monthly processing", "Email support", "Basic analytics dashboard", "Community access"],
|
||||
"Up to 500 calls/month", "Basic appointment booking", "Call recording & transcription", "Email support", "One business line"],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$999/mo", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "#" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
price: "$799/mo", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI models", "1TB monthly processing", "Priority support 24/7", "Advanced analytics", "Custom integrations", "Dedicated account manager"],
|
||||
"Up to 2,500 calls/month", "Advanced appointment scheduling", "CRM integration", "Priority 24/7 support", "Up to 5 business lines", "Custom call flows"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Schedule Demo", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Professional", "Unlimited processing", "White-label options", "On-premise deployment", "Custom SLA", "Dedicated infrastructure"],
|
||||
"Unlimited calls", "White-label branding", "API access for partners", "Dedicated account manager", "Custom integrations", "SLA guarantees"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -251,39 +251,39 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq" className="py-20">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about AIVerse and how it can transform your business"
|
||||
description="Everything you need to know about our AI receptionist solution"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How does AIVerse compare to building in-house AI teams?", content: "AIVerse provides enterprise-grade AI infrastructure and pre-built models that would take in-house teams months or years to develop. You get immediate access to cutting-edge models, automatic updates, and expert support for a fraction of the cost of building your own AI department."},
|
||||
id: "1", title: "How quickly can we get up and running?", content: "Most businesses are live within 48 hours. Our onboarding team handles setup, trains the AI on your business processes, and manages the transition. No technical expertise required."},
|
||||
{
|
||||
id: "2", title: "What kind of data security does AIVerse provide?", content: "We employ military-grade encryption, comply with GDPR, HIPAA, and SOC 2 Type II standards. Your data can be processed in isolated environments, and we offer on-premise deployment options for maximum security and control."},
|
||||
id: "2", title: "Is the AI receptionist replaceable with my current phone system?", content: "Yes. We integrate with most PBX systems, VoIP providers, and phone services. If you're not sure, our team can verify compatibility during a quick consultation."},
|
||||
{
|
||||
id: "3", title: "Can AIVerse integrate with our existing systems?", content: "Absolutely. We provide REST APIs, SDKs for popular languages, and pre-built connectors for common enterprise tools like Salesforce, SAP, and Databricks. Our integration team can help with custom implementations."},
|
||||
id: "3", title: "What if a customer needs to speak with a human?", content: "The AI smoothly transfers complex calls to your team in seconds. You set the routing rules—by skill, availability, or customer preference. Your team stays in control."},
|
||||
{
|
||||
id: "4", title: "How quickly can we see results?", content: "Most customers see measurable improvements within 2-4 weeks. We provide dedicated onboarding, training, and support to ensure rapid time-to-value and successful model deployment in your environment."},
|
||||
id: "4", title: "How do you handle sensitive customer data?", content: "We comply with GDPR, HIPAA (healthcare), PCI-DSS (payments), and SOC 2 Type II standards. Calls and data are encrypted end-to-end. You choose where data is stored."},
|
||||
{
|
||||
id: "5", title: "What happens if the AI model makes an error?", content: "Our models are continuously monitored for performance degradation. We provide explainability features to understand model decisions, human-in-the-loop capabilities for critical decisions, and comprehensive audit trails for compliance."},
|
||||
id: "5", title: "Can we customize how the AI handles calls for our business?", content: "Absolutely. Custom call flows, business logic, integration with your CRM, appointment calendars—we adapt to your process, not the other way around."},
|
||||
{
|
||||
id: "6", title: "Is there a trial period?", content: "Yes, we offer a 30-day free trial with full access to the platform. No credit card required. Our success team will guide you through setup and help you achieve your first AI-powered insight."},
|
||||
id: "6", title: "What's included in white-label licensing?", content: "As a white-label partner, you resell under your brand with full white-labeling. We provide the AI, support, and backend infrastructure. You own the client relationship and recurring revenue."},
|
||||
{
|
||||
id: "7", title: "How do you handle model retraining?", content: "Models are automatically retrained on a schedule you define, from daily to quarterly. We monitor for data drift and alert you if model performance needs attention. You maintain full control over retraining parameters."},
|
||||
id: "7", title: "How much can we save with an AI receptionist?", content: "Most businesses save 40-60% on receptionist costs while handling more calls. Typical ROI is 2-3 months. Some grow revenue by handling more leads without adding staff."},
|
||||
{
|
||||
id: "8", title: "Can we use AIVerse for real-time predictions?", content: "Yes, our platform supports real-time inference with sub-100ms latency. Whether you need batch processing or streaming predictions, AIVerse scales to handle millions of predictions per second."},
|
||||
id: "8", title: "What if the AI makes a mistake?", content: "All calls are monitored for quality. If performance drops, we alert you and adjust. You have full transparency into call handling with our dashboard."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="py-16">
|
||||
<ContactCTA
|
||||
tag="Ready to Begin?"
|
||||
tag="Ready to Scale?"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your AI Transformation Today"
|
||||
description="Join hundreds of enterprises leveraging AIVerse for intelligent automation. Get started with a free trial, no credit card required."
|
||||
title="Launch Your White-Label Partnership Today"
|
||||
description="Join hundreds of businesses already saving money and scaling faster with AI receptionists. Start your partnership with a free trial—no credit card required."
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
@@ -296,15 +296,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="AIVerse"
|
||||
copyrightText="© 2025 AIVerse. All rights reserved."
|
||||
logoText="ReceptionistAI"
|
||||
copyrightText="© 2025 ReceptionistAI. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Enterprise", href: "#" },
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "White-Label", href: "#" },
|
||||
{ label: "API Docs", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -317,9 +317,9 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Status", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user