/** * Astra Theme Extension * * @package Astra Addon */ if ( ! function_exists( 'astra_get_theme_name' ) ) : /** * Get theme name. * * @return string Theme Name. */ function astra_get_theme_name() { // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound $theme_name = __( 'Astra', 'astra-addon' ); return apply_filters( 'astra_theme_name', $theme_name ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound } endif;/** * HTML component. * * @package Astra Builder * @link https://www.brainstormforce.com * @since Astra 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } define( 'ASTRA_HEADER_HTML_DIR', ASTRA_THEME_DIR . 'inc/builder/type/header/html' ); define( 'ASTRA_HEADER_HTML_URI', ASTRA_THEME_URI . 'inc/builder/type/header/html' ); /** * Heading Initial Setup * * @since 3.0.0 */ class Astra_Header_Html_Component { /** * Constructor function that initializes required actions and hooks */ public function __construct() { // @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once ASTRA_HEADER_HTML_DIR . '/class-astra-header-html-component-loader.php'; // Include front end files. if ( ! is_admin() || Astra_Builder_Customizer::astra_collect_customizer_builder_data() ) { require_once ASTRA_HEADER_HTML_DIR . '/dynamic-css/dynamic.css.php'; } // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } } /** * Kicking this off by creating an object. */ new Astra_Header_Html_Component();/** * Mobile Navigation Menu Styling Loader for Astra theme. * * @package Astra Builder * @link https://www.brainstormforce.com * @since Astra 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Mobile Navigation Menu Initialization * * @since 3.0.0 */ class Astra_Mobile_Menu_Component_Loader { /** * Constructor * * @since 3.0.0 */ public function __construct() { add_action( 'customize_preview_init', array( $this, 'preview_scripts' ), 110 ); } /** * Customizer Preview * * @since 3.0.0 */ public function preview_scripts() { /** * Load unminified if SCRIPT_DEBUG is true. */ /* Directory and Extension */ $dir_name = SCRIPT_DEBUG ? 'unminified' : 'minified'; $file_prefix = SCRIPT_DEBUG ? '' : '.min'; wp_enqueue_script( 'astra-mobile-menu-customizer-preview', ASTRA_BUILDER_MOBILE_MENU_URI . '/assets/js/' . $dir_name . '/customizer-preview' . $file_prefix . '.js', array( 'customize-preview', 'astra-customizer-preview-js' ), ASTRA_THEME_VERSION, true ); } } /** * Kicking this off by creating the object of the class. */ new Astra_Mobile_Menu_Component_Loader(); Services – CyberX Tech Solutions

Headline for the Offerings Page Will Be Here

We will write a comprehensive subheading for the Services page here

Offering 1

In this part, we’ll write additional info about what your business offers. This might include what the offer includes, how much it costs, how long it lasts, and where to get more info. This will help customers understand clearly what your business offers, making it easier for them to decide.

Offering 2

In this part, we’ll write additional info about what your business offers. This might include what the offer includes, how much it costs, how long it lasts, and where to get more info. This will help customers understand clearly what your business offers, making it easier for them to decide.

Offering 3

In this part, we’ll write additional info about what your business offers. This might include what the offer includes, how much it costs, how long it lasts, and where to get more info. This will help customers understand clearly what your business offers, making it easier for them to decide.

Offering 4

In this part, we’ll write additional info about what your business offers. This might include what the offer includes, how much it costs, how long it lasts, and where to get more info. This will help customers understand clearly what your business offers, making it easier for them to decide.

Offering 5

In this part, we’ll write additional info about what your business offers. This might include what the offer includes, how much it costs, how long it lasts, and where to get more info. This will help customers understand clearly what your business offers, making it easier for them to decide.

Offering 6

In this part, we’ll write additional info about what your business offers. This might include what the offer includes, how much it costs, how long it lasts, and where to get more info. This will help customers understand clearly what your business offers, making it easier for them to decide.

Ready to Revolutionize Your Business?

Contact us today to discuss your tech solution needs and discover how CyberX Tech Solutions can transform your business.

Scroll to Top