<?php
session_start();
include("includes/database.php");
include("functions/functions.php");
include("count.php");
hit_count();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Babykish</title>
<meta name="keywords" content="online shopping Dubai, online shopping" />
<meta name="description" content="" />
<?php include("includes/head.php"); ?>
</head>
<body class="home">
<div class="page-wrapper">
<?php include("includes/header.php"); ?>
<main class="main">
<div class="page-content">
<?php include("includes/home-banner.php"); ?>
<?php include("includes/best-seller.php"); ?>
<?php include("includes/our-brands.php"); ?>
<?php include("includes/new-arrivals.php"); ?>
<?php include("includes/our-categories.php"); ?>
<?php include("includes/awards.php"); ?>
</div>
</main>
<?php include("includes/footer.php"); ?>
</body>
</html>