Merge version_2 into main #1
@@ -20,27 +20,30 @@ const manrope = Manrope({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AI Platform | Enterprise Intelligence Solutions", description: "Transform your business with our enterprise AI platform. Real-time analytics, automation, and intelligent insights for organizations of all sizes.", keywords: "AI platform, machine learning, enterprise AI, automation, analytics, intelligence", metadataBase: new URL("https://aiplatform.example.com"),
|
||||
title: "PDF Read-aloud App | Voice-Guided Document Navigation", description: "Upload PDFs and let our Voice Agent guide you through reading dense documents with intelligent summaries, explanations, and interactive navigation.", keywords: "PDF reader, voice agent, text-to-speech, document navigation, accessible reading, AI-powered documents", metadataBase: new URL("https://pdfreadaloug.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://aiplatform.example.com"},
|
||||
canonical: "https://pdfreadaloug.example.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "AI Platform | Enterprise Intelligence Solutions", description: "Transform your business with our enterprise AI platform. Real-time analytics, automation, and intelligent insights.", url: "https://aiplatform.example.com", siteName: "AI Platform", type: "website", images: [
|
||||
title: "PDF Read-aloud App | Voice-Guided Document Navigation", description: "Upload PDFs and let our Voice Agent guide you through reading dense documents with intelligent summaries and explanations.", url: "https://pdfreadaloug.example.com", siteName: "PDF Read-aloud App", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/a-modern-ai-platform-dashboard-interface-1772734715664-1d8f9554.png", alt: "AI Platform Dashboard"},
|
||||
],
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/a-modern-ai-platform-dashboard-interface-1772734715664-1d8f9554.png", alt: "PDF Read-aloud App Dashboard"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "AI Platform | Enterprise Intelligence", description: "Transform your business with enterprise AI. Real-time analytics and intelligent automation.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/a-modern-ai-platform-dashboard-interface-1772734715664-1d8f9554.png"],
|
||||
card: "summary_large_image", title: "PDF Read-aloud App | Voice-Guided Reading", description: "Transform how you read PDFs with voice-guided navigation and intelligent document analysis.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/a-modern-ai-platform-dashboard-interface-1772734715664-1d8f9554.png"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
children
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
|
||||
306
src/app/page.tsx
306
src/app/page.tsx
@@ -34,9 +34,15 @@ import {
|
||||
Cloud,
|
||||
CheckCircle,
|
||||
RefreshCw,
|
||||
Upload,
|
||||
MessageSquare,
|
||||
Volume2,
|
||||
FileText,
|
||||
Layers,
|
||||
Mic
|
||||
} from "lucide-react";
|
||||
|
||||
export default function AIPlatformPage() {
|
||||
export default function PDFReadAloudPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -57,75 +63,82 @@ export default function AIPlatformPage() {
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Docs", id: "https://docs.example.com" },
|
||||
{ name: "Docs", id: "https://docs.example.com" }
|
||||
]}
|
||||
brandName="AI Platform"
|
||||
bottomLeftText="Powering AI Innovation"
|
||||
bottomRightText="hello@aiplatform.com"
|
||||
brandName="PDF Read-aloud"
|
||||
bottomLeftText="Voice-Guided Reading"
|
||||
bottomRightText="support@pdfrearaloud.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="AI Intelligence Platform"
|
||||
tag="AI-Powered Document Navigation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Enterprise AI Intelligence at Your Fingertips"
|
||||
description="Harness the power of advanced artificial intelligence to automate workflows, gain real-time insights, and transform your business operations with our cutting-edge platform."
|
||||
title="Read Dense Documents with Your Personal Voice Agent"
|
||||
description="Upload any PDF and let our intelligent Voice Agent guide you through complex documents. Get real-time explanations, summaries, and interactive navigation powered by advanced AI."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://app.example.com" },
|
||||
{ text: "View Documentation", href: "https://docs.example.com" },
|
||||
{ text: "Upload Your First PDF", href: "https://app.example.com" },
|
||||
{ text: "Watch Demo", href: "https://docs.example.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Real-Time Analytics Hub", logoIcon: Brain,
|
||||
title: "Smart Document Analysis Hub", logoIcon: Brain,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/a-modern-ai-platform-dashboard-interface-1772734715664-1d8f9554.png", buttons: [
|
||||
{ text: "Dashboard", href: "#" },
|
||||
{ text: "Export Report", href: "#" },
|
||||
{ text: "Upload PDF", href: "#" },
|
||||
{ text: "View Results", href: "#" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Home, active: true },
|
||||
{ icon: BarChart3, active: false },
|
||||
{ icon: Settings, active: false },
|
||||
{ icon: FileText, active: true },
|
||||
{ icon: Volume2, active: false },
|
||||
{ icon: Settings, active: false }
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Queries Processed", values: [2450000, 3120000, 4280000],
|
||||
description: "Daily AI queries."},
|
||||
title: "Documents Processed", values: [245, 512, 1240],
|
||||
description: "PDFs analyzed daily"
|
||||
},
|
||||
{
|
||||
title: "Accuracy Rate", values: [98.5, 99.1, 99.7],
|
||||
valueSuffix: "%", description: "Model performance."},
|
||||
title: "Read-aloud Accuracy", values: [99.2, 99.5, 99.8],
|
||||
valueSuffix: "%", description: "Voice comprehension rate"
|
||||
},
|
||||
{
|
||||
title: "Active Users", values: [12450, 18900, 25600],
|
||||
description: "Platform users."},
|
||||
title: "Active Users", values: [1250, 3890, 8560],
|
||||
description: "Reading documents"
|
||||
}
|
||||
],
|
||||
chartTitle: "Request Volume Trend", chartData: [
|
||||
chartTitle: "Document Upload Trend", chartData: [
|
||||
{ value: 65 },
|
||||
{ value: 78 },
|
||||
{ value: 92 },
|
||||
{ value: 85 },
|
||||
{ value: 98 },
|
||||
{ value: 98 }
|
||||
],
|
||||
listTitle: "Recent API Calls", listItems: [
|
||||
listTitle: "Recent Documents", listItems: [
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Natural Language Processing", status: "Active"},
|
||||
icon: Upload,
|
||||
title: "Research Paper Analysis", status: "Active"
|
||||
},
|
||||
{
|
||||
icon: Brain,
|
||||
title: "Computer Vision Analysis", status: "Processing"},
|
||||
icon: MessageSquare,
|
||||
title: "Voice Agent Interaction", status: "Processing"
|
||||
},
|
||||
{
|
||||
icon: Database,
|
||||
title: "Data Integration Service", status: "Complete"},
|
||||
icon: Mic,
|
||||
title: "Audio Generation Complete", status: "Complete"
|
||||
}
|
||||
],
|
||||
searchPlaceholder: "Search analytics..."}}
|
||||
searchPlaceholder: "Search documents..."
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features-interactive" data-section="features-interactive">
|
||||
<FeatureBento
|
||||
title="Powerful AI Capabilities"
|
||||
description="Unlock advanced features designed to accelerate your AI-driven transformation and deliver measurable business results."
|
||||
title="Powerful Document Navigation Features"
|
||||
description="Transform how you interact with PDFs using intelligent voice guidance, real-time analysis, and interactive document exploration."
|
||||
tag="Capabilities"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -134,36 +147,38 @@ export default function AIPlatformPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real-Time Intelligence", description:
|
||||
"Process and analyze data streams in real-time for immediate actionable insights and rapid decision-making.", bentoComponent: "animated-bar-chart"},
|
||||
title: "Voice-Guided Reading", description:
|
||||
"Listen to your documents read aloud with natural-sounding voice narration while the text is highlighted in real-time for seamless reading.", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Advanced Analytics", description:
|
||||
"Comprehensive data visualization and predictive analytics to identify trends and opportunities before competitors.", bentoComponent: "line-chart"},
|
||||
title: "Smart Summarization", description:
|
||||
"Get instant AI-generated summaries of complex sections, chapters, or entire documents to quickly grasp key concepts and ideas.", bentoComponent: "line-chart"
|
||||
},
|
||||
{
|
||||
title: "Integration Hub", description:
|
||||
"Seamlessly connect with your existing tools and workflows through robust API integrations and webhooks.", bentoComponent: "orbiting-icons", centerIcon: Plug,
|
||||
title: "Interactive Q&A Agent", description:
|
||||
"Ask your Voice Agent questions about the document content and get immediate, context-aware answers with precise source citations.", bentoComponent: "orbiting-icons", centerIcon: MessageSquare,
|
||||
items: [
|
||||
{ icon: Zap, ring: 1 },
|
||||
{ icon: Database, ring: 2 },
|
||||
{ icon: Cloud, ring: 2 },
|
||||
],
|
||||
{ icon: Upload, ring: 1 },
|
||||
{ icon: Volume2, ring: 2 },
|
||||
{ icon: Mic, ring: 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Task Automation", description:
|
||||
"Deploy intelligent automation to streamline repetitive tasks and increase operational efficiency across your organization.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: CheckCircle, label: "Data Processing", time: "Real-time" },
|
||||
{ icon: RefreshCw, label: "Model Training", time: "Continuous" },
|
||||
{ icon: Zap, label: "Alert Generation", time: "Instant" },
|
||||
],
|
||||
},
|
||||
title: "Navigation & Bookmarking", description:
|
||||
"Intelligently navigate through documents, bookmark important sections, and create personalized reading paths customized to your learning pace.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: CheckCircle, label: "PDF Parsing", time: "Instant" },
|
||||
{ icon: RefreshCw, label: "Voice Generation", time: "Real-time" },
|
||||
{ icon: Zap, label: "Content Indexing", time: "Automatic" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features-hover" data-section="features-hover">
|
||||
<FeatureHoverPattern
|
||||
title="Why Choose Our Platform"
|
||||
description="Hover over each card to discover the unique advantages that set us apart from the competition."
|
||||
title="Why Choose Our PDF Read-aloud App"
|
||||
description="Hover over each feature to discover the advantages that make document reading accessible, efficient, and intelligent."
|
||||
tag="Benefits"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -173,45 +188,51 @@ export default function AIPlatformPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Enterprise Security", description:
|
||||
"Military-grade encryption and compliance with SOC 2, GDPR, and HIPAA standards to protect your sensitive data."},
|
||||
title: "Secure & Private", description:
|
||||
"Your PDF documents are encrypted and never shared. Complete privacy with enterprise-grade security for sensitive materials."
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning Fast", description:
|
||||
"Sub-millisecond latency and 99.99% uptime guarantee for mission-critical AI applications."},
|
||||
title: "Lightning Fast Processing", description:
|
||||
"Upload and get voice-guided narration within seconds. Our optimized infrastructure ensures minimal latency and maximum efficiency."
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Team Collaboration", description:
|
||||
"Real-time collaboration features and role-based access control for seamless team productivity."},
|
||||
title: "Multi-format Support", description:
|
||||
"Works with academic papers, technical reports, business documents, and any complex PDF requiring detailed analysis."
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Scalable Infrastructure", description:
|
||||
"Auto-scaling capabilities that grow with your business from startup to enterprise scale."},
|
||||
title: "Smart Highlighting", description:
|
||||
"AI identifies and highlights key concepts, definitions, and important passages as the voice agent narrates."
|
||||
},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Developer Friendly", description:
|
||||
"Comprehensive API documentation, SDKs in multiple languages, and interactive code examples."},
|
||||
title: "Developer-Friendly APIs", description:
|
||||
"Integrate PDF read-aloud functionality into your applications with comprehensive API documentation and SDKs."
|
||||
},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "24/7 Support", description:
|
||||
"Dedicated support team available round-the-clock to ensure your success and resolve issues quickly."},
|
||||
"Dedicated support team available round-the-clock to help with document processing and voice agent configuration."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Story"
|
||||
tag="Our Mission"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
title="Democratizing AI for Every Organization"
|
||||
description="Founded in 2020, we've built the most intuitive AI platform trusted by Fortune 500 companies and innovative startups. Our mission is to make enterprise-grade artificial intelligence accessible to organizations of all sizes, enabling them to unlock competitive advantages through intelligent automation and data-driven decision making."
|
||||
title="Making Complex Documents Accessible for Everyone"
|
||||
description="Founded to democratize document access, we've built an intelligent platform that transforms how people interact with PDFs. Our Voice Agent technology combines cutting-edge speech synthesis with advanced language understanding to make dense documents accessible, engaging, and easier to comprehend. Whether you're a student tackling research papers, a professional analyzing reports, or someone seeking better accessibility, our platform adapts to your needs."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Enterprise Customers" },
|
||||
{ value: "10B+", title: "Queries Processed Monthly" },
|
||||
{ value: "500K+", title: "Documents Processed" },
|
||||
{ value: "50M+", title: "Pages Read Aloud" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/a-sophisticated-tech-workspace-or-server-1772734714165-edc8b8cd.png"
|
||||
imageAlt="AI Platform Infrastructure"
|
||||
imageAlt="PDF Processing Infrastructure"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -220,8 +241,8 @@ export default function AIPlatformPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Trusted by Industry Leaders"
|
||||
description="See what customers say about transforming their operations with our AI platform."
|
||||
title="Loved by Readers Worldwide"
|
||||
description="See how our Voice Agent is transforming document reading experiences across different industries and use cases."
|
||||
tag="Testimonials"
|
||||
tagIcon={Quote}
|
||||
tagAnimation="slide-up"
|
||||
@@ -230,29 +251,35 @@ export default function AIPlatformPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "CEO, TechVentures Inc", testimonial:
|
||||
"This platform has completely transformed how we approach data analytics. The AI-driven insights have increased our efficiency by 40% and identified revenue opportunities we never knew existed.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-of-a-diverse-1772734714447-91e97c06.png", imageAlt: "Sarah Chen"},
|
||||
id: "1", name: "Dr. Sarah Chen", handle: "Academic Researcher", testimonial:
|
||||
"This app has revolutionized how I review research papers. The Voice Agent's summaries save me hours, and the Q&A feature helps me understand complex methodologies instantly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-of-a-diverse-1772734714447-91e97c06.png", imageAlt: "Dr. Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", handle: "CTO, CloudSync Solutions", testimonial:
|
||||
"The integration capabilities are outstanding. We had our AI workflows running in production within days. The support team was incredibly helpful throughout the entire process.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-of-a-busines-1772734714115-dc4a22f0.png", imageAlt: "Michael Rodriguez"},
|
||||
id: "2", name: "Michael Torres", handle: "Business Analyst", testimonial:
|
||||
"Perfect for analyzing lengthy business reports while commuting. The voice guidance makes multitasking seamless, and I retain information better when I hear it read professionally.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-of-a-busines-1772734714115-dc4a22f0.png", imageAlt: "Michael Torres"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Watson", handle: "Head of Operations, DataCore", testimonial:
|
||||
"Outstanding platform with exceptional security features. We've deployed it across our entire organization with zero downtime. The ROI has exceeded our expectations significantly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-of-a-diverse-busin-1772734713029-5faac099.png", imageAlt: "Emily Watson"},
|
||||
id: "3", name: "Emma Johnson", handle: "Student", testimonial:
|
||||
"As someone with dyslexia, this app is a game-changer. The voice narration and highlighting make studying accessible and enjoyable. My grades have improved significantly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-of-a-diverse-busin-1772734713029-5faac099.png", imageAlt: "Emma Johnson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Park", handle: "Founder, InnovateLabs", testimonial:
|
||||
"As a startup, we needed enterprise-grade AI without the enterprise price tag. This platform delivered exactly that. It's been a game-changer for our growth.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-of-a-tech-en-1772734713716-c8f91a21.png", imageAlt: "James Park"},
|
||||
id: "4", name: "James Liu", handle: "Legal Professional", testimonial:
|
||||
"Managing contracts and legal documents is now faster. The AI can highlight clauses and summarize sections, helping me spot important details I might otherwise miss.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-of-a-tech-en-1772734713716-c8f91a21.png", imageAlt: "James Liu"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", handle: "VP Analytics, GlobalTech", testimonial:
|
||||
"The real-time analytics dashboard is incredibly powerful. Our team makes better decisions faster. Customer satisfaction scores have improved by 25% since implementation.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-of-a-business-prof-1772734713885-6e66ee45.png", imageAlt: "Lisa Anderson"},
|
||||
id: "5", name: "Lisa Anderson", handle: "Content Creator", testimonial:
|
||||
"I use this to extract insights from competitor reports and industry publications. The voice agent's ability to answer specific questions is incredibly valuable for my work.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-of-a-business-prof-1772734713885-6e66ee45.png", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kim", handle: "Director, FutureFirst Corp", testimonial:
|
||||
"Exceptional platform with intuitive interface and powerful capabilities. The machine learning models are accurate and the documentation is comprehensive. Highly recommended.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-showing-a-di-1772734713961-542fb342.png", imageAlt: "David Kim"},
|
||||
id: "6", name: "David Kim", handle: "Software Engineer", testimonial:
|
||||
"The API integration was smooth and the documentation is excellent. We've integrated this into our platform and our users love the accessibility features.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXMYIeADW51rA1HWwKmMhqhvYG/professional-headshot-photo-showing-a-di-1772734713961-542fb342.png", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -260,8 +287,8 @@ export default function AIPlatformPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Flexible Pricing for Every Scale"
|
||||
description="Choose the perfect plan that fits your organization's needs and budget. Scale up or down anytime."
|
||||
title="Flexible Plans for Every Reader"
|
||||
description="Choose the perfect plan that fits your document reading needs. Scale up or down anytime without commitment."
|
||||
tag="Pricing"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
@@ -270,30 +297,33 @@ export default function AIPlatformPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", price: "$299/mo", name: "Starter", buttons: [
|
||||
id: "starter", price: "$9/mo", name: "Starter", buttons: [
|
||||
{ text: "Start Free Trial", href: "https://app.example.com" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Contact Sales", href: "#contact" }
|
||||
],
|
||||
features: [
|
||||
"Up to 1M queries/month", "Basic analytics dashboard", "Email support", "Single user account", "API access"],
|
||||
"Up to 10 documents/month", "Voice narration in English", "Basic summarization", "5 documents storage", "Email support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$999/mo", name: "Professional", buttons: [
|
||||
price: "$29/mo", name: "Professional", buttons: [
|
||||
{ text: "Start Free Trial", href: "https://app.example.com" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Contact Sales", href: "#contact" }
|
||||
],
|
||||
features: [
|
||||
"Up to 10M queries/month", "Advanced analytics & reporting", "Priority support", "Up to 5 team members", "Custom integrations", "Dedicated account manager"],
|
||||
"Unlimited documents", "Multiple voice options", "Advanced Q&A with agent", "Unlimited storage", "Priority support", "Custom highlighting"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Schedule Demo", href: "#contact" },
|
||||
{ text: "Request Quote", href: "#contact" },
|
||||
{ text: "Request Quote", href: "#contact" }
|
||||
],
|
||||
features: [
|
||||
"Unlimited queries", "Custom workflows", "24/7 phone & email support", "Unlimited team members", "Advanced security & compliance", "On-premise deployment option", "SLA guarantee"],
|
||||
},
|
||||
"Unlimited everything", "Advanced API access", "Custom voice training", "Batch processing", "24/7 dedicated support", "On-premise deployment", "SLA guarantee"
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -301,7 +331,7 @@ export default function AIPlatformPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our AI platform and how it can transform your business."
|
||||
description="Find answers to common questions about uploading PDFs, using the Voice Agent, and maximizing your reading experience."
|
||||
tag="Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -310,43 +340,51 @@ export default function AIPlatformPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How does the AI platform ensure data security?", content:
|
||||
"We employ military-grade encryption (AES-256), multi-factor authentication, and regular security audits. Our platform is SOC 2 Type II, GDPR, and HIPAA compliant. All data is encrypted both in transit and at rest."},
|
||||
id: "1", title: "How do I upload my PDF?", content:
|
||||
"Simply click the 'Upload PDF' button, select your file from your computer, or drag and drop it into the app. Our system supports PDFs up to 100MB."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is the typical onboarding timeline?", content:
|
||||
"Most customers are up and running within 2-4 weeks. Our onboarding team provides dedicated support, documentation, and training. Enterprise customers with complex requirements may take 6-8 weeks."},
|
||||
id: "2", title: "What languages does the Voice Agent support?", content:
|
||||
"Currently, we support English, Spanish, French, German, and Mandarin. More languages are being added regularly. The agent can translate documents on request."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I integrate with my existing tools?", content:
|
||||
"Yes, we support 200+ pre-built integrations with popular platforms including Salesforce, HubSpot, Slack, and more. We also provide REST APIs and webhooks for custom integrations."},
|
||||
id: "3", title: "How long does it take to process a document?", content:
|
||||
"Most documents are processed within 30-60 seconds. Larger documents may take 2-3 minutes. You'll receive a notification once your document is ready for voice-guided reading."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What kind of support is available?", content:
|
||||
"We offer email support for all plans, priority support for Professional plans, and 24/7 phone support for Enterprise customers. Premium plans include a dedicated account manager."},
|
||||
id: "4", title: "Can I adjust the voice speed and tone?", content:
|
||||
"Yes! You can adjust playback speed from 0.5x to 2x, choose from multiple voice options, and customize pronunciation preferences for technical terms."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How are models trained and updated?", content:
|
||||
"Our models are trained on vast datasets and continuously updated with the latest research. You can fine-tune models with your own data, and we automatically release model improvements quarterly."},
|
||||
id: "5", title: "Is my data secure and private?", content:
|
||||
"Absolutely. All PDFs are encrypted with AES-256 encryption, and we never store your documents on our servers after processing. We're SOC 2 compliant and GDPR certified."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What is your uptime guarantee?", content:
|
||||
"We guarantee 99.99% uptime with automatic failover and redundancy across multiple availability zones. Enterprise customers receive SLA guarantees with credits for downtime."},
|
||||
id: "6", title: "Can I share documents with others?", content:
|
||||
"Yes, Professional and Enterprise plans allow document sharing with customizable permissions. You can grant read-only or collaborative access to team members."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Can I scale the platform as my business grows?", content:
|
||||
"Absolutely. Our platform is built on auto-scaling infrastructure that handles anything from thousands to billions of queries monthly. Simply upgrade your plan as needed."},
|
||||
id: "7", title: "What file formats do you support?", content:
|
||||
"We primarily support PDF files. We're working on adding support for DOCX, PPTX, and ePub formats. Contact support to request specific formats."
|
||||
},
|
||||
{
|
||||
id: "8", title: "How much does custom development cost?", content:
|
||||
"Custom development projects start at $5,000. We work with you to scope requirements, develop solutions, and integrate them into your workflow. Contact our sales team for a detailed quote."},
|
||||
id: "8", title: "Can I integrate this into my app?", content:
|
||||
"Yes! We offer REST APIs and SDKs for developers. Check our documentation for integration guides, code examples, and technical support."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to Transform?"
|
||||
tag="Ready to Read Smarter?"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your AI Journey Today"
|
||||
description="Join thousands of organizations already leveraging AI to drive innovation, efficiency, and growth. Our experts are ready to help you succeed."
|
||||
title="Transform Your PDF Reading Experience Today"
|
||||
description="Join thousands of readers who are using our Voice Agent to understand complex documents faster, retain information better, and make reading accessible for everyone."
|
||||
buttons={[
|
||||
{ text: "Get Started Free", href: "https://app.example.com" },
|
||||
{ text: "Schedule a Demo", href: "#" },
|
||||
{ text: "Upload Your First PDF", href: "https://app.example.com" },
|
||||
{ text: "Schedule a Demo", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
@@ -356,42 +394,42 @@ export default function AIPlatformPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="AI Platform"
|
||||
logoText="PDF Read-aloud"
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features-interactive" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
{ label: "Roadmap", href: "#" },
|
||||
],
|
||||
{ label: "Accessibility", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
{ label: "Press", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "https://docs.example.com" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
],
|
||||
{ label: "Support", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Contact Legal", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Contact Legal", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 AI Platform. All rights reserved."
|
||||
copyrightText="© 2025 PDF Read-aloud. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user