<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="0" />
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
    <link rel="manifest" href="/site.webmanifest" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <title>Castle Shields Connect - Find Trusted Home Service Professionals</title>
    <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDKbX5308eOQQxLT6810bvGZPkwdM8jtzY&libraries=places"></script>
    <script type="module" crossorigin src="/assets/index-2Y-okGo6-1772147510652.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/vendor-BjsgVE2J-1772147510652.js">
    <link rel="modulepreload" crossorigin href="/assets/firebase-Clt1KAZ6-1772147510652.js">
    <link rel="stylesheet" crossorigin href="/assets/index-D5D5mAFW-1772147510652.css">
  </head>
  <body>
    <div id="app"></div>
    <script>
      // Nuclear cache-busting script
      if ('serviceWorker' in navigator) {
        navigator.serviceWorker.getRegistrations().then(function(registrations) {
          for(let registration of registrations) {
            registration.unregister();
          }
        });
      }

      // Clear all caches
      if ('caches' in window) {
        caches.keys().then(function(names) {
          for (let name of names) {
            caches.delete(name);
          }
        });
      }

      // Force reload if we detect old cached version - Build 1758343724888
      const currentBuildTimestamp = '1758343724888';
      const lastBuildCheck = localStorage.getItem('lastBuildCheck');

      if (lastBuildCheck !== currentBuildTimestamp) {
        localStorage.setItem('lastBuildCheck', currentBuildTimestamp);
        console.log('🔄 New build detected (1758343724888), forcing page reload...');
        window.location.reload(true);
      }
    </script>
  </body>
</html>
