11 lines
517 B
PHP
11 lines
517 B
PHP
<?php
|
|
|
|
return [
|
|
// 175 GB is the quota ceiling of the largest package still on sale
|
|
// (Business). Above that, Enterprise is no longer a catalogue row but a
|
|
// dedicated machine — see LandingController::enterprise().
|
|
'enterprise_title' => 'More than 175 GB? Then a dedicated machine.',
|
|
'enterprise_body' => 'From 500 GB we set up a server that runs only your cloud — sized, powered and backed up to your needs. We work out the numbers with you.',
|
|
'enterprise_cta' => 'Request a quote',
|
|
];
|