new pricing
This commit is contained in:
@@ -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/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":"$16","annualPer":"per month, billed annually","annualSavings":"Save $38 per year","features":["3 screens included","10GB media storage","Support within 2–3 business days","Shared support queue","Full platform access — API, SSO, analytics, audit logs","Save $38 when billed annually"],"btnText":"Get Started","btnUrl":"/contact"} /-->
|
||||
<!-- 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 2–3 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":"$33","annualPer":"per month, billed annually","annualSavings":"Save $78 per year","features":["8 screens included","50GB media storage","Same-day support response","Named account contact","1 hour of content design per month","Quarterly business review","Save $78 when billed annually"],"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","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":"Scale","tagline":"For high-visibility networks","price":"$79","pricePer":"per month","annualPrice":"$66","annualPer":"per month, billed annually","annualSavings":"Save $158 per year","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","Save $158 when billed annually"],"btnText":"Contact Us","btnUrl":"/contact"} /-->
|
||||
<!-- 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-section -->
|
||||
|
||||
<!-- wp:oribi/feature-section {"variant":"alt","heading":"Optional Add-Ons","lead":"Remote Support - $1.99/screen/month","columns":1} -->
|
||||
|
||||
@@ -2550,6 +2550,10 @@ p:last-child { margin-bottom: 0; }
|
||||
color: var(--color-primary);
|
||||
margin-top: .35rem;
|
||||
}
|
||||
.pricing-savings-inline {
|
||||
font-weight: 600;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.pricing-grid-3 { grid-template-columns: 1fr; max-width: 400px; }
|
||||
|
||||
@@ -1886,12 +1886,10 @@ function oribi_render_pricing_card($a)
|
||||
<?php if ($monthly_per): ?><div class="pricing-per pbt-show-monthly"><?php echo wp_kses_post($monthly_per); ?></div><?php endif; ?>
|
||||
<?php if ($has_annual): ?>
|
||||
<div class="pricing-amount pbt-show-annual" hidden><?php echo wp_kses_post($annual_price); ?></div>
|
||||
<?php if ($annual_per): ?><div class="pricing-per pbt-show-annual" hidden><?php echo wp_kses_post($annual_per); ?></div><?php endif; ?>
|
||||
<?php if ($annual_savings): ?><div class="pricing-savings pbt-show-annual" hidden><?php echo esc_html($annual_savings); ?></div><?php endif; ?>
|
||||
<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): ?> — <span class="pricing-savings-inline"><?php echo esc_html($annual_savings); ?></span><?php endif; ?></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php
|
||||
endif; ?>
|
||||
<?php endif; ?>
|
||||
<ul class="pricing-features">
|
||||
<?php foreach (($a['features'] ?? []) as $f): ?>
|
||||
<li><span class="pricing-check">✓</span> <?php echo wp_kses_post($f); ?></li>
|
||||
|
||||
Reference in New Issue
Block a user