- Removed "label" attributes from page hero blocks in outdoor, partners, pricing, resources, retail, security, and solutions pages. - Updated section labels to remove "label" attributes in platform, value, feature, and stat sections for outdoor, partners, pricing, resources, retail, security, and solutions pages.
32 lines
3.3 KiB
PHP
32 lines
3.3 KiB
PHP
<?php
|
|
/*
|
|
* Title: Contact
|
|
* Slug: contact
|
|
* Post Type: page
|
|
*/
|
|
|
|
return <<<'ORIBI_SYNC_CONTENT'
|
|
<!-- wp:oribi/page-hero-animated {"title":"Talk to Our Team","description":"We work with businesses at every stage — from initial enquiry to multi-site rollout. Tell us what you're working on and we'll take it from there."} /-->
|
|
|
|
<!-- wp:oribi/contact-section {"heading":"Send Us a Message","lead":"Tell us what you're working on. We respond within one business day, usually faster.","email":"hello@ots-signs.com","phone":"+44 (0) 330 088 3665","supportUrl":"https://ots-signs.com/support","portalUrl":"https://ots-signs.com/portal","location":"An Oribi Technology Services Company","formHeading":"How Can We Help?"} /-->
|
|
|
|
<!-- wp:oribi/value-section {"variant":"alt","heading":"How We Can Help","lead":"From your first question to ongoing support, our team has you covered."} -->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-comments","title":"Sales \u0026 Quotes","description":"Talk through your requirements, get a custom quote, or simply learn how digital signage fits your business."} /-->
|
|
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-headset","title":"Technical Support","description":"Already a customer? Our support team is ready to troubleshoot, advise, and resolve any issue quickly."} /-->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-camera","title":"Creative Services","description":"Need content for your screens? Our in-house studio produces photography, video, motion graphics, and design - quoted separately or included with Pro."} /-->
|
|
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-handshake","title":"Partnerships","description":"Interested in reselling, white-labelling, or integrating our platform into your own offering? Let's talk."} /-->
|
|
<!-- /wp:oribi/value-section -->
|
|
|
|
<!-- wp:oribi/value-section {"variant":"normal","heading":"Reselling, White-Label & Integration","lead":"Build OTS Signs into your own offering - under your brand or alongside your services.","columns":3} -->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-tags","title":"White-Label","description":"Rebrand the entire platform with your logo, domain, and colour scheme. Your clients see your brand - we provide the infrastructure."} /-->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-handshake","title":"Reseller Programme","description":"Sell OTS Signs alongside your AV, IT, or consultancy services. Volume pricing, co-marketing, and a dedicated partner manager."} /-->
|
|
<!-- wp:oribi/value-card {"iconType":"fontawesome","faIcon":"fas fa-code","title":"API Integration","description":"Embed signage capabilities into your own SaaS product via our REST API. Custom workflows, automated content, and full platform control."} /-->
|
|
<!-- /wp:oribi/value-section -->
|
|
|
|
<!-- wp:oribi/intro-section {"variant":"alt","heading":"Explore Our Partner Programme","description":"Full details on partnership models, benefits, and how to apply are on our dedicated partners page.","visual":"","btnText":"View Partner Programme","btnUrl":"/partners"} /-->
|
|
|
|
<!-- wp:oribi/cta-banner {"heading":"Rather See It First?","text":"Get hands-on with our platform before committing. Request a live demo and explore at your own pace.","btnText":"Request Demo","btnUrl":"/demo"} /-->
|
|
ORIBI_SYNC_CONTENT;
|