diff --git a/src/app/page.tsx b/src/app/page.tsx index 86993be..283e9a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."}, {