<?php


$pageTitle = "Privacy Policy - Abhay Prabhavana";
$pageDescription = "Read the Privacy Policy of Abhay Prabhavana regarding data collection and usage.";
include 'include/header.php';
?>

    <main>
        <?php include 'component/privacy-policy/privacy-policy.php'; ?>
    </main>

    <?php include 'component/sticky-button.php'; ?>

    <?php include 'include/footer.php'; ?>
</body>

</html>
