File: /var/www/html/raya-health/wp-content/themes/raya-health/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" />
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
<!-- ✅ SEO Meta Tags -->
<meta name="description" content="Get the latest news about Raya’s product updates and stay informed about our latest innovations.">
<meta name="keywords" content="Raya, product updates, news, technology, innovation">
<meta name="author" content="Raya Health">
<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/img/fav.png" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css"
integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"
integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- <link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet"> -->
<link href="<?php echo get_template_directory_uri(); ?>/js/wow/animate.css" rel="stylesheet">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/common.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/header.css">
<?php if (is_page('home')) { ?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/home.css">
<?php } ?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/footer.css">
<?php if (is_page('contact-us')) { ?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/contact.css">
<?php } ?>
<?php if (is_page('terms-and-conditions')) { ?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/terms.css">
<?php } ?>
<?php wp_head(); ?>
</head>
<body>
<div class="mob-bg-wrap"></div>
<div class="site-menu-wrap">
<div class="menu-content">
<div class="menu-head">
<a href="<?php echo esc_url(site_url()); ?>"><div class="logo-name">Raya Health.</div></a>
<div class="btn-close">
<img src="<?php echo get_template_directory_uri(); ?>/img/mmenu-close.svg" alt="">
</div>
</div>
<ul class="list">
<li><a href="<?php echo esc_url(home_url('/#features')); ?>">Features</a></li>
<li><a href="<?php echo esc_url(home_url('/#pricing')); ?>">Pricing</a></li>
<li><a href="<?php echo esc_url(home_url('/#our-story')); ?>">About</a></li>
<!-- <li><a href="#">Resouces</a></li>
<li><a href="#">Enterprise</a></li> -->
<li><a href="<?php echo esc_url(home_url('/contact-us')); ?>">Support</a></li>
</ul>
<div class="btn-wrap">
<div class="login-txt">Login</div>
<a href="<?php echo esc_url(home_url('/contact-us')); ?>" class="btn btn-white">Book a Demo</a>
<a href="<?php echo esc_url(home_url('/contact-us')); ?>" class="btn">Start Free Trial</a>
</div>
</div>
</div>
<header class="header-wrap">
<div class="container custom-container">
<div class="content-wrap">
<div class="logo-wrap">
<a href="<?php echo esc_url(site_url()); ?>"><div class="logo-name">Raya Health.</div></a>
</div>
<div class="menu-wrap">
<div class="menu-content">
<ul class="list">
<li><a href="<?php echo esc_url(home_url('/#features')); ?>">Features</a></li>
<li><a href="<?php echo esc_url(home_url('/#pricing')); ?>">Pricing</a></li>
<li><a href="<?php echo esc_url(home_url('/#our-story')); ?>">About</a></li>
<li><a href="<?php echo esc_url(home_url('/contact-us')); ?>">Support</a></li>
</ul>
</div>
</div>
<div class="btn-wrap">
<div class="login-txt">Login</div>
<a href="<?php echo esc_url(home_url('/contact-us')); ?>" class="btn btn-white">Book a Demo</a>
<a href="<?php echo esc_url(home_url('/contact-us')); ?>" class="btn">Start Free Trial</a>
</div>
<div class="btn-hand">
<img src="<?php echo get_template_directory_uri(); ?>/img/mmenu.svg" alt="">
</div>
</div>
</div>
</header>