From 06b0831a40a1c5ad0579dcfe23e3cefc354d61bb Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Fri, 20 Feb 2026 22:46:20 -0500 Subject: [PATCH] Refactor home, pricing, and resources pages to enhance content structure and improve navigation. Update footer links and descriptions for better clarity and user experience. --- pages/home.php | 12 ++++++------ pages/pricing.php | 12 ++++++------ pages/resources.php | 10 +++++----- theme/blocks/index.php | 42 ++++++++++++++++++++++-------------------- 4 files changed, 39 insertions(+), 37 deletions(-) diff --git a/pages/home.php b/pages/home.php index 1e2428d..1df3089 100644 --- a/pages/home.php +++ b/pages/home.php @@ -16,12 +16,12 @@ - - - - - - + + + + + + diff --git a/pages/pricing.php b/pages/pricing.php index a9a0816..4469415 100644 --- a/pages/pricing.php +++ b/pages/pricing.php @@ -9,12 +9,12 @@ ?> - - - - - - + + + + + + diff --git a/pages/resources.php b/pages/resources.php index fbda07e..5b1657b 100644 --- a/pages/resources.php +++ b/pages/resources.php @@ -21,10 +21,10 @@ - - - - - + + + + + diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 27bd4ac..26ffcd3 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -698,9 +698,10 @@ function oribi_render_site_header() { /** Fallback menu when no WP menu is assigned. */ function oribi_fallback_menu() { echo ''; } @@ -718,25 +719,25 @@ function oribi_render_site_footer() {
Oribi Tech
- - + + @@ -950,12 +951,13 @@ function oribi_render_contact_section( $a ) {