From 32488c4b7950a49081ad405b0e86fb69188561fa Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sun, 22 Feb 2026 11:00:10 -0500 Subject: [PATCH] feat: Update pricing and resource pages with new plans and features - Enhanced pricing section on the pricing page with updated plan details and features. - Revised resource links to direct to the partners page for better navigation. - Added new sections to the solutions page to highlight industry-specific features and benefits. - Introduced new pages for Interactive Kiosks and Outdoor Signage, detailing capabilities and use cases. - Created a Partners page outlining partnership models and benefits. - Added a Security page focusing on platform security features and compliance. --- pages/about.php | 8 ++++++-- pages/contact.php | 4 +++- pages/demo.php | 4 ++-- pages/features.php | 9 +++++---- pages/home.php | 16 ++++++++++------ pages/kiosks.php | 35 +++++++++++++++++++++++++++++++++++ pages/outdoor.php | 40 ++++++++++++++++++++++++++++++++++++++++ pages/partners.php | 33 +++++++++++++++++++++++++++++++++ pages/pricing.php | 6 +++--- pages/resources.php | 6 +++--- pages/security.php | 33 +++++++++++++++++++++++++++++++++ pages/solutions.php | 14 +++++++------- theme/blocks/index.php | 12 +++++++++++- 13 files changed, 191 insertions(+), 29 deletions(-) create mode 100644 pages/kiosks.php create mode 100644 pages/outdoor.php create mode 100644 pages/partners.php create mode 100644 pages/security.php diff --git a/pages/about.php b/pages/about.php index 919190a..38a5e04 100644 --- a/pages/about.php +++ b/pages/about.php @@ -10,7 +10,11 @@ - + + + + + @@ -24,7 +28,7 @@ - + diff --git a/pages/contact.php b/pages/contact.php index 05b0b49..988145c 100644 --- a/pages/contact.php +++ b/pages/contact.php @@ -9,7 +9,7 @@ ?> - + @@ -23,4 +23,6 @@ + + diff --git a/pages/demo.php b/pages/demo.php index 3f33dcc..eb9627a 100644 --- a/pages/demo.php +++ b/pages/demo.php @@ -10,7 +10,7 @@ - + @@ -22,4 +22,4 @@ - + diff --git a/pages/features.php b/pages/features.php index 5159f17..c689349 100644 --- a/pages/features.php +++ b/pages/features.php @@ -23,14 +23,15 @@ - + - + + - + @@ -44,4 +45,4 @@ - + diff --git a/pages/home.php b/pages/home.php index c6b450a..87d2ad3 100644 --- a/pages/home.php +++ b/pages/home.php @@ -6,7 +6,7 @@ */ return <<<'ORIBI_SYNC_CONTENT' - + @@ -16,22 +16,26 @@ return <<<'ORIBI_SYNC_CONTENT' - + - + + + + + - + @@ -40,10 +44,10 @@ return <<<'ORIBI_SYNC_CONTENT' - + - + ORIBI_SYNC_CONTENT; diff --git a/pages/kiosks.php b/pages/kiosks.php new file mode 100644 index 0000000..0760fe7 --- /dev/null +++ b/pages/kiosks.php @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/outdoor.php b/pages/outdoor.php new file mode 100644 index 0000000..234ad69 --- /dev/null +++ b/pages/outdoor.php @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/partners.php b/pages/partners.php new file mode 100644 index 0000000..b6ec136 --- /dev/null +++ b/pages/partners.php @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/pricing.php b/pages/pricing.php index f68ecfd..62c5d54 100644 --- a/pages/pricing.php +++ b/pages/pricing.php @@ -18,13 +18,13 @@ return <<<'ORIBI_SYNC_CONTENT' - - + + - + diff --git a/pages/resources.php b/pages/resources.php index bac9f94..6bd2b91 100644 --- a/pages/resources.php +++ b/pages/resources.php @@ -34,9 +34,9 @@ - - - + + + diff --git a/pages/security.php b/pages/security.php new file mode 100644 index 0000000..f9f4443 --- /dev/null +++ b/pages/security.php @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/solutions.php b/pages/solutions.php index e6f1636..e702a4e 100644 --- a/pages/solutions.php +++ b/pages/solutions.php @@ -10,15 +10,15 @@ - - - - + + + + - + - + @@ -28,4 +28,4 @@ - + diff --git a/theme/blocks/index.php b/theme/blocks/index.php index dfb7e9c..9f4bab8 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -706,6 +706,7 @@ function oribi_fallback_menu() { echo '
  • Solutions
  • '; echo '
  • Features
  • '; echo '
  • Pricing
  • '; + echo '
  • Partners
  • '; echo '
  • About
  • '; echo '
  • Contact
  • '; echo ''; @@ -735,13 +736,22 @@ function oribi_render_site_footer() {
  • Pricing
  • Devices
  • Demo
  • +
  • Security
  • + + +