<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <!-- Homepage -->
    <url>
        <loc>http://localhost:3000/tr/</loc>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/"/>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/"/>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <url>
        <loc>http://localhost:3000/en/</loc>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/"/>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/"/>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- About Pages -->
    <url>
        <loc>http://localhost:3000/tr/hakkimizda</loc>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/about-us"/>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>http://localhost:3000/en/about-us</loc>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/hakkimizda"/>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Services Pages -->
    <url>
        <loc>http://localhost:3000/tr/hizmetler</loc>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/our-services"/>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>http://localhost:3000/en/our-services</loc>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/hizmetler"/>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- News Pages -->
    <url>
        <loc>http://localhost:3000/tr/haberler</loc>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/news"/>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>http://localhost:3000/en/news</loc>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/haberler"/>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Projects Pages -->
    <url>
        <loc>http://localhost:3000/tr/projeler</loc>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/projects"/>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>http://localhost:3000/en/projects</loc>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/projeler"/>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Contact Pages -->
    <url>
        <loc>http://localhost:3000/tr/iletisim</loc>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost:3000/en/contact"/>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>http://localhost:3000/en/contact</loc>
        <xhtml:link rel="alternate" hreflang="tr" href="http://localhost:3000/tr/iletisim"/>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

</urlset>
