<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Home page -->
    <url>
        <loc>https://www.pixstech.com/</loc>        
        <priority>1.0</priority>
    </url>

    <!-- About us -->
    <url>
        <loc>https://www.pixstech.com/about</loc>   
        <priority>0.7</priority>
    </url>

    <!-- Services -->
    <url>
        <loc>https://www.pixstech.com/services</loc>   
        <priority>0.6</priority>
    </url>

    <!-- Careers -->
    <url>
        <loc>https://www.pixstech.com/careers</loc> 
        <priority>0.9</priority>
    </url>

    <!-- Contact -->
    <url>
        <loc>https://www.pixstech.com/contactus</loc> 
        <priority>0.8</priority>
    </url>
</urlset>

<!-- Priority values 0.0 (least important) to 1.0 (most important) -->