/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.4.5
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
<div class="ps-auto-header">

  <!-- LOGO -->
  <div class="ps-auto-logo">
    <a href="/">
      <img src="YOUR-LOGO-URL-HERE" alt="PrintingServices.Sg">
    </a>
  </div>

  <!-- RIGHT SIDE -->
  <div class="ps-auto-right">

    <!-- CONTACT -->
    <div class="ps-auto-contact">
      <span>📞 +65 9798 6868</span>
      <span>✉ sales@printingservices.sg</span>
      <span>🕒 24 Hours</span>
    </div>

    <!-- MENU (WORDPRESS AUTO) -->
    <nav class="ps-auto-nav">
      <?php
        wp_nav_menu(array(
          'theme_location' => 'primary',
          'container' => false,
          'menu_class' => 'ps-auto-menu'
        ));
      ?>
    </nav>

    <!-- CTA -->
    <div class="ps-auto-cta">
      <a class="ps-wa" href="https://wa.me/6597986868" target="_blank">WhatsApp</a>
      <a class="ps-quote" href="/get-quote/">Get Quote</a>
    </div>

  </div>
</div>