Bob AI: Update the pricing section text to reflect the new business model: free for user

This commit is contained in:
kudinDmitriyUp
2026-06-13 22:04:09 +00:00
parent 38f26d1cd0
commit c1add33127

View File

@@ -132,49 +132,49 @@ export default function HomePage() {
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingCenteredCards
tag="Pricing Plans"
title="Select Your Build Tier"
description="Choose the level of AI power you need to bring your game vision to life."
tag="Pricing"
title="Free to Build. Sell to Earn."
description="Create your dream game for free. We only make money when you sell your game."
plans={[
{
tag: "Indie",
price: "$29",
description: "Great for solo developers prototyping ideas.",
tag: "Creator",
price: "$0",
description: "Build, test, and play your games completely free.",
features: [
"1 AI Project",
"Basic Engine",
"Web Export",
"Unlimited AI Generation",
"All Game Engines",
"Community Support",
],
primaryButton: {
text: "Get Started",
text: "Start Building",
href: "#contact",
},
},
{
tag: "Publisher",
price: "5%",
description: "Publish and sell your game. Keep 95% of the revenue.",
features: [
"PC, Mobile & Web Export",
"Store Integration",
"Marketing Tools",
],
primaryButton: {
text: "Publish Game",
href: "#contact",
},
},
{
tag: "Studio",
price: "$99",
description: "Perfect for complex games with multiplayer.",
price: "Custom",
description: "For high-volume sellers and established studios.",
features: [
"Unlimited Projects",
"Full AI Suite",
"Web & Mobile Export",
],
primaryButton: {
text: "Get Started",
href: "#contact",
},
},
{
tag: "Pro",
price: "$299",
description: "Unlimited scaling for commercial gaming projects.",
features: [
"Dedicated Server",
"Windows/APK Export",
"Custom Revenue Share",
"Dedicated Account Manager",
"API Access",
],
primaryButton: {
text: "Get Started",
text: "Contact Sales",
href: "#contact",
},
},