Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Voice Intelligence for Your Daily Tasks"
|
||||
description="Experience the next evolution of productivity. A mobile-friendly AI voice agent that understands intent, executes commands, and scales with your life."
|
||||
description="Experience the next evolution of productivity. A mobile-friendly AI voice agent that understands intent, executes commands, and scales with your life. Completely free to use."
|
||||
kpis={[
|
||||
{ value: "10ms", label: "Latency" },
|
||||
{ value: "99%", label: "Accuracy" },
|
||||
@@ -160,20 +160,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Basic", price: "$19", period: "/mo", description: "Essential features for individuals.", button: { text: "Get Started" },
|
||||
featuresTitle: "Included features:", features: ["Mobile access", "50 commands/day", "Basic support"]
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "Pro", price: "$49", period: "/mo", description: "Advanced tools for productivity.", button: { text: "Go Pro" },
|
||||
featuresTitle: "Everything in Basic, plus:", features: ["Unlimited commands", "Priority AI model", "Advanced sync", "24/7 support"]
|
||||
},
|
||||
{
|
||||
id: "enterprise", tag: "Enterprise", price: "$199", period: "/mo", description: "Customized solutions for teams.", button: { text: "Contact Us" },
|
||||
featuresTitle: "Everything in Pro, plus:", features: ["Team management", "Custom API integration", "Dedicated manager", "SLA compliance"]
|
||||
id: "free", tag: "Free Plan", price: "$0", period: "forever", description: "Everything you need to get started for free.", button: { text: "Sign Up" },
|
||||
featuresTitle: "Included features:", features: ["Mobile access", "Unlimited commands", "Basic AI support"]
|
||||
}
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Plans designed for every user, from individuals to enterprise teams."
|
||||
title="Completely Free"
|
||||
description="No hidden fees, no subscriptions. Get full access to our AI voice engine today."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,7 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Is my data secure?", content: "Absolutely. Your data is encrypted end-to-end and stored securely." },
|
||||
{ id: "1", title: "Is it really free?", content: "Yes, VocalAI is completely free to use with no hidden costs." },
|
||||
{ id: "2", title: "Can I use it offline?", content: "Basic features work locally, but cloud-sync requires internet access." },
|
||||
{ id: "3", title: "Does it support multiple languages?", content: "Yes, we support over 20 global languages." }
|
||||
]}
|
||||
@@ -201,7 +193,7 @@ export default function LandingPage() {
|
||||
title="Get Started with VocalAI"
|
||||
description="Sign up today to transform your productivity with the power of voice."
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Early Access"
|
||||
buttonText="Get Free Access"
|
||||
tag="Get in touch"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user