Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 14:29:14 +00:00

View File

@@ -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%"
]
},
{