4 Commits

Author SHA1 Message Date
95c5d84e8e Update src/app/page.tsx 2026-03-12 16:08:05 +00:00
98ca805221 Merge version_2 into main
Merge version_2 into main
2026-03-12 14:29:13 +00:00
6d3e733691 Update src/app/page.tsx 2026-03-12 14:29:09 +00:00
bf7dcea21d Merge version_1 into main
Merge version_1 into main
2026-03-12 14:27:50 +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%"
]
},
{
@@ -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" }