new pricing

This commit is contained in:
Matt Batchelder
2026-05-12 14:09:21 -04:00
parent 24879aeb14
commit cb9d31e8a8
2 changed files with 6 additions and 7 deletions

View File

@@ -9,11 +9,11 @@ return <<<'ORIBI_SYNC_CONTENT'
<!-- wp:oribi/page-hero-animated {"title":"Simple pricing. All features on every plan.","description":"No feature gating. No per-screen upsells. Pick your tier, connect your screens, and you're done. Every plan includes the full platform - API, SSO, audit logs, analytics, everything."} /--> <!-- wp:oribi/page-hero-animated {"title":"Simple pricing. All features on every plan.","description":"No feature gating. No per-screen upsells. Pick your tier, connect your screens, and you're done. Every plan includes the full platform - API, SSO, audit logs, analytics, everything."} /-->
<!-- wp:oribi/pricing-section {"heading":"Pick Your Tier and Go Live Fast","lead":"Every plan includes the full OTS platform. The only difference is screen capacity and the service level behind it."} --> <!-- wp:oribi/pricing-section {"heading":"Pick Your Tier and Go Live Fast","lead":"Every plan includes the full OTS platform. The only difference is screen capacity and the service level behind it."} -->
<!-- wp:oribi/pricing-card {"name":"Starter","tagline":"Best for small rollouts","price":"$19","pricePer":"per month","annualPrice":"$190","annualPer":"$16/mo billed annually","annualSavings":"save $38","features":["3 screens included","10GB media storage","Support within 23 business days","Shared support queue","Full platform access — API, SSO, analytics, audit logs"],"btnText":"Get Started","btnUrl":"/contact"} /--> <!-- wp:oribi/pricing-card {"name":"Starter","tagline":"Best for small rollouts","price":"$19","pricePer":"per month","annualPrice":"$190","annualSavings":"save $38","features":["3 screens included","10GB media storage","Support within 23 business days","Shared support queue","Full platform access — API, SSO, analytics, audit logs"],"btnText":"Get Started","btnUrl":"/contact"} /-->
<!-- wp:oribi/pricing-card {"name":"Growth","tagline":"Built for growing teams","price":"$39","pricePer":"per month","annualPrice":"$390","annualPer":"$33/mo billed annually","annualSavings":"save $78","features":["8 screens included","50GB media storage","Same-day support response","Named account contact","1 hour of content design per month","Quarterly business review"],"btnText":"Get Started","btnUrl":"/contact","featured":true,"badge":"Most Popular"} /--> <!-- wp:oribi/pricing-card {"name":"Growth","tagline":"Built for growing teams","price":"$39","pricePer":"per month","annualPrice":"$390","annualSavings":"save $78","features":["8 screens included","50GB media storage","Same-day support response","Named account contact","1 hour of content design per month","Quarterly business review"],"btnText":"Get Started","btnUrl":"/contact","featured":true,"badge":"Most Popular"} /-->
<!-- wp:oribi/pricing-card {"name":"Scale","tagline":"For high-visibility networks","price":"$79","pricePer":"per month","annualPrice":"$790","annualPer":"$66/mo billed annually","annualSavings":"save $158","features":["20 screens included","100GB media storage","1-hour support response","Dedicated account manager","2 hours of content design per month","Monthly check-ins plus quarterly reviews"],"btnText":"Contact Us","btnUrl":"/contact"} /--> <!-- wp:oribi/pricing-card {"name":"Scale","tagline":"For high-visibility networks","price":"$79","pricePer":"per month","annualPrice":"$790","annualSavings":"save $158","features":["20 screens included","100GB media storage","1-hour support response","Dedicated account manager","2 hours of content design per month","Monthly check-ins plus quarterly reviews"],"btnText":"Contact Us","btnUrl":"/contact"} /-->
<!-- /wp:oribi/pricing-section --> <!-- /wp:oribi/pricing-section -->
<!-- wp:oribi/feature-section {"variant":"alt","heading":"Optional Add-Ons","lead":"Remote Support - $1.99/screen/month","columns":1} --> <!-- wp:oribi/feature-section {"variant":"alt","heading":"Optional Add-Ons","lead":"Remote Support - $1.99/screen/month","columns":1} -->

View File

@@ -1882,11 +1882,10 @@ function oribi_render_pricing_card($a)
<p class="pricing-tagline"><?php echo wp_kses_post($a['tagline']); ?></p> <p class="pricing-tagline"><?php echo wp_kses_post($a['tagline']); ?></p>
<?php if ($monthly_price): ?> <?php if ($monthly_price): ?>
<div class="pricing-price"> <div class="pricing-price">
<div class="pricing-amount pbt-show-monthly"><?php echo wp_kses_post($monthly_price); ?></div> <div class="pricing-amount"><?php echo wp_kses_post($monthly_price); ?></div>
<?php if ($monthly_per): ?><div class="pricing-per pbt-show-monthly"><?php echo wp_kses_post($monthly_per); ?></div><?php endif; ?> <?php if ($monthly_per): ?><div class="pricing-per"><?php echo wp_kses_post($monthly_per); ?></div><?php endif; ?>
<?php if ($has_annual): ?> <?php if ($has_annual): ?>
<div class="pricing-amount pbt-show-annual" hidden><?php echo wp_kses_post($annual_price); ?></div> <div class="pricing-per pbt-show-annual" hidden><?php echo wp_kses_post($annual_price); ?> billed annually<?php if ($annual_savings): ?> &mdash; <span class="pricing-savings-inline"><?php echo esc_html($annual_savings); ?></span><?php endif; ?></div>
<div class="pricing-per pbt-show-annual" hidden><?php if ($annual_per): ?><?php echo wp_kses_post($annual_per); ?><?php endif; ?><?php if ($annual_savings): ?> &mdash; <span class="pricing-savings-inline"><?php echo esc_html($annual_savings); ?></span><?php endif; ?></div>
<?php endif; ?> <?php endif; ?>
</div> </div>
<?php endif; ?> <?php endif; ?>