Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1268817397 | |||
| b57632f047 | |||
| b1377d2678 |
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Zap, Sparkles, Star, Heart, HelpCircle, Brain, BarChart3, Hexagon, House, MessageSquareText, Settings, CheckCircle, TrendingUp, AlertCircle, Cloud, Database, Lock, Cpu, Shield, Users, Award, Cpu as CpuIcon } from 'lucide-react';
|
||||
import { Zap, Sparkles, Star, Heart, HelpCircle, Brain, BarChart3, Hexagon, House, MessageSquareText, Settings, CheckCircle, TrendingUp, AlertCircle, Cloud, Database, Lock, Cpu, Shield, Users, Award, Cpu as CpuIcon, Flame } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -211,14 +211,14 @@ 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: Zap,
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Flame,
|
||||
price: "$1,999/mo", name: "Professional", buttons: [
|
||||
{ text: "Start Trial", href: "#contact" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
@@ -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."},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user