Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17caa942d2 | |||
| 95c5d84e8e | |||
| 98ca805221 | |||
| 6d3e733691 | |||
| bf7dcea21d |
@@ -183,12 +183,12 @@ export default function LandingPage() {
|
||||
<PricingCardThree
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "$299/month", name: "Starter", buttons: [
|
||||
id: "1", price: "$299/month", name: "Growth", buttons: [
|
||||
{ text: "Start Free Trial", href: "/signup" },
|
||||
{ text: "Book Demo", href: "/contact" }
|
||||
],
|
||||
features: [
|
||||
"100M API calls/month", "Single AI model", "Basic analytics dashboard", "Email support", "Standard SLA 99.5%"
|
||||
"Perfect for teams just exploring AI", "100M API calls/month", "Single AI model", "Basic analytics dashboard", "Email support", "Standard SLA 99.5%"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -269,7 +269,7 @@ export default function LandingPage() {
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your AI Journey Today"
|
||||
description="Join thousands of companies leveraging AIVerse to unlock intelligent automation. Get started with a free trial—no credit card required."
|
||||
description="Join 10,000+ global companies already using AIVerse to unlock intelligent automation. Get started with a free trial—no credit card required."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/signup" },
|
||||
{ text: "Schedule Demo", href: "/contact" }
|
||||
|
||||
Reference in New Issue
Block a user