3 Commits

Author SHA1 Message Date
23261749c1 Merge version_3 into main
Merge version_3 into main
2026-03-05 13:00:41 +00:00
1268817397 Update src/app/page.tsx 2026-03-05 13:00:37 +00:00
b57632f047 Merge version_2 into main
Merge version_2 into main
2026-03-05 12:58:31 +00:00

View File

@@ -211,11 +211,11 @@ export default function LandingPage() {
plans={[
{
id: "starter", price: "$499/mo", name: "Starter", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Start Free Trial", href: "#contact" },
{ text: "Learn More", href: "#" },
],
features: [
"Up to 1M predictions/month", "5 custom AI models", "Basic analytics dashboard", "Email support", "99.9% uptime SLA"],
"Up to 1M predictions/month ($0.0005 per prediction)", "5 custom AI models", "Basic analytics dashboard", "14-day free trial included", "Email support", "99.9% uptime SLA"],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Flame,
@@ -281,7 +281,7 @@ export default function LandingPage() {
{
id: "1", title: "What models does AIVerse support?", content: "AIVerse supports all major AI frameworks including TensorFlow, PyTorch, scikit-learn, and ONNX. You can also bring your own custom models. Our platform automatically optimizes them for inference at scale."},
{
id: "2", title: "How does pricing scale?", content: "Pricing is based on the number of predictions processed monthly. Starter plans begin at $499/month for 1M predictions. Professional and Enterprise tiers offer volume discounts and custom pricing. You only pay for what you use."},
id: "2", title: "How does pricing scale?", content: "Pricing is based on the number of predictions processed monthly. Starter plans begin at $499/month for 1M predictions ($0.0005 per prediction). Professional and Enterprise tiers offer volume discounts and custom pricing. You only pay for what you use."},
{
id: "3", title: "What about data security?", content: "We implement military-grade AES-256 encryption, comply with HIPAA, SOC2 Type II, and GDPR standards. All data is encrypted in transit and at rest. We also support on-premise deployment for maximum control."},
{