[ 'front' => [ 'post_type' => 'page', 'post_title' => esc_html_x( 'Create your website with blocks', 'Theme starter content', 'ayyash' ), 'post_content' => '

' . __( 'We Provide Best Web Service', 'ayyash' ) . '

' . __( 'If you are looking for an agency to help you create a remarkable presence online,
you have come to the right place. We can help you take your business to the next level.', 'ayyash' ) . '

' . __( 'Our Services', 'ayyash' ) . '

' . __( 'Server Maintenance', 'ayyash' ) . '

' . __( 'We provides a broad range of server maintenance solutions for your websites or web applications. We can decrease your server costs and ensure a faster response time on a minimal budget with a 99% uptime Guarantee.', 'ayyash' ) . '

' . __( 'Web Development', 'ayyash' ) . '

' . __( 'Let us turn your imagination into reality. We are one of the top web development agencies in the world offering Dedicated Web Developers to help you with basic informational websites to complex web application development.', 'ayyash' ) . '

' . __( 'e-Commerce Branding', 'ayyash' ) . '

' . __( 'E-Commerce branding & promotion services that span brand identity, brand strategy, brand positioning and much more, all in the digital stratosphere. We creating all the branding you need for your online presence.', 'ayyash' ) . '

' . __( 'Dedicated web maintenance services', 'ayyash' ) . '
' . __( 'for your business', 'ayyash' ) . '

' . __( 'Focus on your business & Forget the complexity.', 'ayyash' ) . '
' . __( 'Let us take your', 'ayyash' ) . '' . __( 'websites responsibility with extra care', 'ayyash' ) . '

' . __( 'Why Choose Us?', 'ayyash' ) . '


' . __( 'We are the right term for your business. We have the expertise and knowledge to offer impartial advice and services at an honest price.', 'ayyash' ) . '

' . __( 'With us you will feel heard. We listen to our client requirements and then select the right solution that fits. We care for your business as our own. We take a sincere interest in it and genuinely want to help your company reach its potential.', 'ayyash' ) . '

' . __( 'Our Partners', 'ayyash' ) . '

' . __( 'Need help ?', 'ayyash' ) . '

' . __( 'Reach out with questions or feedback any time!', 'ayyash' ) . '

', ], 'about', 'contact', 'blog', ], // Default to a static front page and assign the front and posts pages. 'options' => [ 'show_on_front' => 'page', 'page_on_front' => '{{front}}', 'page_for_posts' => '{{blog}}', ], // Set up nav menus for each of the two areas registered in the theme. 'nav_menus' => [ 'primary' => [ 'name' => esc_html__( 'Primary menu', 'ayyash' ), 'items' => [ 'link_home', 'page_about', 'page_blog', 'page_contact', ], ], 'mobile' => [ 'name' => esc_html__( 'Mobile Menu', 'ayyash' ), 'items' => [ 'link_home', 'page_about', 'page_blog', 'page_contact', 'link_facebook', 'link_twitter', 'link_instagram', 'link_email', ], ], ], 'widgets' => [ 'main-sidebar' => [ 'search' => [ 'search', [ 'title' => '', ], ], 'recent-posts' => [ 'recent-posts', [ 'title' => _x( 'Recent Posts', 'Theme starter content', 'ayyash' ), ], ], 'recent-comments' => [ 'recent-comments', [ 'title' => _x( 'Recent Comments', 'Theme starter content', 'ayyash' ), ], ], 'archives' => [ 'archives', [ 'title' => _x( 'Archives', 'Theme starter content', 'ayyash' ), ], ], 'categories' => [ 'categories', [ 'title' => _x( 'Categories', 'Theme starter content', 'ayyash' ), ], ], 'meta' => [ 'meta', [ 'title' => _x( 'Meta', 'Theme starter content', 'ayyash' ), ], ], ], 'footer-top-widget' => [ 'text_business_info' => [ 'title' => _x( 'Find Us', 'Theme starter content', 'ayyash' ), 'text' => implode( '', [ '' . _x( 'Address', 'Theme starter content', 'ayyash' ) . "\n", _x( '123 Main Street', 'Theme starter content', 'ayyash' ) . "\n" . _x( 'New York, NY 10001', 'Theme starter content', 'ayyash' ) . "\n\n", '' . _x( 'Hours', 'Theme starter content', 'ayyash' ) . "\n", _x( 'Monday–Friday: 9:00AM–5:00PM', 'Theme starter content', 'ayyash' ) . "\n" . _x( 'Saturday & Sunday: 11:00AM–3:00PM', 'Theme starter content', 'ayyash' ), ] ), 'filter' => true, 'visual' => true, ], 'text_about' => [ 'text', [ 'title' => _x( 'About This Site', 'Theme starter content', 'ayyash' ), 'text' => _x( 'This may be a good place to introduce yourself and your site or include some credits.', 'Theme starter content', 'ayyash' ), 'filter' => true, 'visual' => true, ], ], ], 'footer-widget' => [], 'footer-bottom-widget' => [], ], ]; // phpcs:enable /** * Filters the array of starter content. * * @param array $starter_content Array of starter content. */ return apply_filters( 'themeoo_starter_content', $starter_content ); } // End of file starter-content.php.