@@ -13,8 +13,8 @@ export default function Cloud() {
1313 return (
1414 <main >
1515 <HeroBanner
16- tagline = " Supercharge your editor "
17- description = " Hassle-free setup. Get the features that matter ."
16+ tagline = " Skip the setup. Focus on building. "
17+ description = " Build and ship with our cloud — everything you need is ready out of the box ."
1818 actions = { [
1919 { label: ' Start free ›' , href: ' https://app.composify.cloud' , primary: true },
2020 { label: ' Explore features →' , href: ' #features' , primary: false },
@@ -24,8 +24,8 @@ export default function Cloud() {
2424 <PlanGroup />
2525 <FeatureGroup
2626 id = " features"
27- title = " The fastest way to build Server Driven UI ."
28- description = " Build and ship with our cloud — everything you need is ready out of the box ."
27+ title = " Supercharge your editor ."
28+ description = " Start building in seconds. Get features that make your team faster ."
2929 >
3030 <FeatureItemCompact
3131 emoji = " 🌐"
@@ -40,14 +40,14 @@ export default function Cloud() {
4040 />
4141 <FeatureItemCompact
4242 emoji = " ⏳"
43- title = " Time-travel version history"
44- description = " Roll back to any previous version in seconds. Explore the full history and experiment freely without worrying about losing progress ."
43+ title = " Version history that actually helps "
44+ description = " Broke something? Roll back in one click. Want to see what changed last week? It's all there, searchable and instant ."
4545 planned = { true }
4646 />
4747 <FeatureItemCompact
4848 emoji = " 💳"
49- title = " Start free and pay as you go "
50- description = " No upfront costs or hidden fees. Get started for free and pay only for the resources you use, scaling as your needs grow ."
49+ title = " Free to start, simple to scale "
50+ description = " Straightforward pricing based on the number of pages and team members. No hidden fees or surprise charges ."
5151 />
5252 </FeatureGroup >
5353 </main >
0 commit comments