- Updated descriptions for various industry sections on the solutions page to improve clarity and engagement. - Introduced a new touchscreen display animation in the CSS, enhancing the visual appeal of the kiosks page. - Modified JavaScript to update train departure data with local destinations, improving relevance for users. - Added a new toggle for touchscreen display animations in the block editor, allowing for customizable visual effects. - Updated the rendering logic to include touchscreen animations in the intro section, providing a more interactive experience. - Made minor text adjustments across various sections for improved readability and consistency.
43 lines
5.8 KiB
PHP
43 lines
5.8 KiB
PHP
<?php
|
|
/*
|
|
* Title: About
|
|
* Slug: about
|
|
* Post Type: page
|
|
*/
|
|
|
|
return <<<'ORIBI_SYNC_CONTENT'
|
|
<!-- wp:oribi/page-hero-animated {"title":"Digital Signage, Done Properly","description":"OTS Signs is the digital signage arm of Oribi Technology Services. We combine years of enterprise IT experience with in-house creative production to deliver signage that businesses can genuinely rely on."} /-->
|
|
|
|
<!-- wp:oribi/intro-section {"heading":"Born from Infrastructure, Built for Signage","description":"OTS Signs grew out of a gap we kept seeing: businesses wanted digital signage but were stuck choosing between complex enterprise platforms and unreliable consumer tools. As part of Oribi Technology Services, we already understood networks, uptime, and security at a deep level. We took that foundation and built a signage platform that can manage hundreds of screens but is straightforward enough that a single café owner can run it without help. Every decision we make, from hardware selection to Command Center design, is grounded in real-world infrastructure experience.","cloudAnim":true} /-->
|
|
|
|
<!-- wp:oribi/value-section {"variant":"alt","heading":"Backed by Years of Enterprise IT","lead":"OTS Signs is built on the infrastructure expertise of Oribi Technology Services, a team that has spent years designing, deploying, and supporting business-critical technology.","columns":3} -->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-network-wired","title":"Enterprise Networking","description":"We\u0027ve designed and managed networks for organisations that can\u0027t afford downtime. That same rigour underpins every signage deployment we build."} /-->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-lock","title":"Security as Standard","description":"Two-factor authentication, role-based access control, and audit trails are built into the platform, not added as an afterthought."} /-->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-people-group","title":"A Team That Ships","description":"Our team spans cloud engineering, hardware, creative production, and customer success. We handle every layer of your signage deployment in-house."} /-->
|
|
<!-- /wp:oribi/value-section -->
|
|
|
|
<!-- wp:oribi/intro-section {"variant":"alt","heading":"Full-Featured Signage. No Enterprise Price Tag.","description":"Too many providers reserve real features for enterprise contracts. At OTS Signs, every customer gets the same platform: Command Center, intelligent scheduling, live data integration, and content services. We handle the complexity so you can spend your time on what actually matters.","reversed":true,"featuresAnim":true} /-->
|
|
|
|
<!-- wp:oribi/value-section {"heading":"Software, Hardware, and Creative: In One Team","lead":"Software alone isn't enough. We pair our platform with hands-on services that make the difference.","columns":3} -->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-camera","title":"Studio-Quality Creative","description":"Photography, videography, motion graphics, and graphic design produced in-house. Your screens always look sharp, stay on-brand, and hold attention. Available as included hours on Pro, or quoted separately for Essentials customers."} /-->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-server","title":"IT-Grade Infrastructure","description":"Our roots are in enterprise IT. That means proper networking, redundancy, and security built into the platform from the ground up."} /-->
|
|
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-handshake","title":"Genuine Partnership","description":"Dedicated onboarding, a named point of contact, and regular account reviews. We treat your screens like our own."} /-->
|
|
<!-- /wp:oribi/value-section -->
|
|
|
|
<!-- wp:oribi/trust-section {"heading":"Promises We Actually Keep","lead":"Every screen in your network reflects on your business. We take that responsibility seriously.","btnText":"Get in Touch","btnUrl":"/contact","btnSub":"Tell us what you need and we'll take it from there"} -->
|
|
<!-- wp:oribi/trust-item {"heading":"Uptime You Can Count On","description":"99.9% platform availability, and intelligent offline playback mean your message stays on screen no matter what."} /-->
|
|
|
|
<!-- wp:oribi/trust-item {"heading":"Security Built In, Not Bolted On","description":"Two-factor authentication, role-based access control, and full audit trails. Your content and your customers\u0027 data stay protected end to end."} /-->
|
|
|
|
<!-- wp:oribi/trust-item {"heading":"New Features Ship Regularly","description":"Regular feature releases, new integrations, and expanded content tools land in your account automatically, at no extra cost."} /-->
|
|
<!-- /wp:oribi/trust-section -->
|
|
<!-- wp:oribi/stat-section {"variant":"normal","heading":"The Platform Behind the Screens","lead":"Real metrics from a platform built for reliability and scale.","columns":4} -->
|
|
<!-- wp:oribi/stat-card {"value":"99.9%","label":"Platform Uptime","description":"Redundant cloud infrastructure with contractual SLA guarantees backing every deployment."} /-->
|
|
<!-- wp:oribi/stat-card {"value":"1,000+","label":"Screen Capacity","description":"From single-site caf\u00e9s to multi-location enterprises, our platform scales with your business."} /-->
|
|
<!-- wp:oribi/stat-card {"value":"4K","label":"Ultra-HD Output","description":"Every player outputs native 4K over HDMI, so content looks sharp on any screen size."} /-->
|
|
<!-- wp:oribi/stat-card {"value":"24/7","label":"Always-On Operation","description":"Commercial-grade hardware with offline playback keeps your screens running through connectivity outages."} /-->
|
|
<!-- /wp:oribi/stat-section -->
|
|
<!-- wp:oribi/cta-banner {"heading":"Talk to Our Team","text":"From a single-site café to a multi-location enterprise, we'll help you find the right configuration.","btnText":"Get in Touch","btnUrl":"/contact"} /-->
|
|
ORIBI_SYNC_CONTENT;
|