<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Main Pages -->
    <url>
        <loc>https://nexoracorp.com/</loc>
        <changefreq>daily</changefreq>
        <priority>1.00</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/about</loc>
        <changefreq>weekly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/contact</loc>
        <changefreq>weekly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/products</loc>
        <changefreq>daily</changefreq>
        <priority>0.90</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/jobs</loc>
        <changefreq>daily</changefreq>
        <priority>0.90</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/freelancers</loc>
        <changefreq>daily</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/careerdocs</loc>
        <changefreq>daily</changefreq>
        <priority>0.90</priority>
    </url>

    <!-- Services Pages -->
    <url>
        <loc>https://nexoracorp.com/business-formation</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/it-solutions</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/software-development</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/global-expansion</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/digital-marketing</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/marketing-seo</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/legal-support</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/business-consulting</loc>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/careers</loc>
        <changefreq>weekly</changefreq>
        <priority>0.70</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/b2b-solutions</loc>
        <changefreq>monthly</changefreq>
        <priority>0.70</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/it-training</loc>
        <changefreq>monthly</changefreq>
        <priority>0.70</priority>
    </url>
    
    <!-- Legal & Misc -->
    <url>
        <loc>https://nexoracorp.com/privacy-policy</loc>
        <changefreq>yearly</changefreq>
        <priority>0.30</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/terms</loc>
        <changefreq>yearly</changefreq>
        <priority>0.30</priority>
    </url>
    <url>
        <loc>https://nexoracorp.com/sitemap</loc>
        <changefreq>monthly</changefreq>
        <priority>0.50</priority>
    </url>

    <!-- Dynamic Tasks / Jobs from Database -->
    
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Under Maintenance - Nexora</title>
    <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap" rel="stylesheet">
    <style>
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: "Outfit", sans-serif; background: #0b0f19; color: #f8fafc; display: flex; align-items: center; justify-content: center; min-height: 100vh; overflow: hidden; position: relative; }
        body::before { content: ""; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(99,102,241,0.15) 0%, rgba(0,0,0,0) 70%); top: -10%; left: -10%; z-index: 1; }
        body::after { content: ""; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(239,68,68,0.08) 0%, rgba(0,0,0,0) 70%); bottom: -10%; right: -10%; z-index: 1; }
        .card { background: rgba(17, 24, 39, 0.7); border: 1px solid rgba(255,255,255,0.06); padding: 50px 30px; border-radius: 24px; text-align: center; max-width: 500px; width: 90%; backdrop-filter: blur(16px); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); z-index: 2; animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
        .icon { font-size: 64px; margin-bottom: 24px; display: inline-block; animation: float 3s ease-in-out infinite; }
        h1 { font-size: 28px; font-weight: 800; color: #ffffff; margin-bottom: 16px; letter-spacing: -0.5px; }
        p { font-size: 15px; color: #94a3b8; line-height: 1.6; margin-bottom: 28px; }
        .badge { background: rgba(99, 102, 241, 0.1); border: 1px solid rgba(99, 102, 241, 0.25); color: #818cf8; display: inline-block; padding: 6px 16px; border-radius: 50px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
        .footer { font-size: 11px; color: #475569; margin-top: 32px; border-top: 1px solid rgba(255,255,255,0.04); padding-top: 24px; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    </style>
</head>
<body>
    <div class="card">
        <div class="icon">🚧</div>
        <div class="badge">Platform Maintenance</div>
        <h1>We're upgrading your system</h1>
        <p>Nexora is currently undergoing scheduled updates to enhance security and platform performance. We'll be back online shortly. Thank you for your patience!</p>
        <div class="footer">
            © 2026 Nexora Corporation. All rights reserved.
        </div>
    </div>
</body>
</html>
            