<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!-- Primary Meta Tags -->
    <title>Scrapee Labs - Digital Agency | Web Development & AI Solutions</title>
    <meta name="description" content="Building next-generation digital solutions with cutting-edge web development, mobile apps, and AI integration. Transform your business with Scrapee Labs.">
    <meta name="author" content="Scrapee Labs">
    <meta name="theme-color" content="#5EFFB4">
    <link rel="canonical" href="https://scrapeelabs.com/">

    <!-- Favicon -->
    <link rel="icon" type="image/png" href="/assets/Vector.png">

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://scrapeelabs.com/">
    <meta property="og:title" content="Scrapee Labs - Digital Agency | Web Development & AI Solutions">
    <meta property="og:description" content="Building next-generation digital solutions with cutting-edge web development, mobile apps, and AI integration.">
    <meta property="og:image" content="https://scrapeelabs.com/assets/og-image.png">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="630">
    <meta property="og:site_name" content="Scrapee Labs">

    <!-- Twitter -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="https://scrapeelabs.com/">
    <meta name="twitter:title" content="Scrapee Labs - Digital Agency">
    <meta name="twitter:description" content="Building next-generation digital solutions with cutting-edge web development, mobile apps, and AI integration.">
    <meta name="twitter:image" content="https://scrapeelabs.com/assets/og-image.png">

    <!-- JSON-LD Structured Data -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Scrapee Labs",
      "url": "https://scrapeelabs.com",
      "logo": "https://scrapeelabs.com/assets/Vector.png",
      "description": "Building next-generation digital solutions with cutting-edge web development, mobile apps, and AI integration.",
      "email": "hello@scrapeelabs.com"
    }
    </script>
    <script src="https://cdn.tailwindcss.com"></script>
    <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=Big+Shoulders+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&family=Oswald:wght@400;500;700&display=swap" rel="stylesheet">
    <script>
      tailwind.config = {
        theme: {
          extend: {
            colors: {
              brand: {
                green: '#5EFFB4',
                dark: '#050505',
                gray: '#1A1A1A',
                light: '#F5F5F5'
              }
            },
            fontFamily: {
              sans: ['Poppins', 'sans-serif'],
              condensed: ['Oswald', 'sans-serif'],
              display: ['"Big Shoulders Display"', 'sans-serif'],
            },
            backgroundImage: {
              'dot-pattern': 'radial-gradient(#e5e7eb 1px, transparent 1px)',
              'dot-pattern-dark': 'radial-gradient(#333 1px, transparent 1px)',
            },
            backgroundSize: {
              'dot-pattern': '24px 24px',
            }
          }
        }
      }
    </script>
    <style>
      body {
        scroll-behavior: smooth;
      }
      .text-outline {
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
        color: transparent;
      }
      .text-outline-green {
        -webkit-text-stroke: 1px #00FF94;
        color: transparent;
      }
      /* Custom scrollbar */
      ::-webkit-scrollbar {
        width: 8px;
      }
      ::-webkit-scrollbar-track {
        background: #050505; 
      }
      ::-webkit-scrollbar-thumb {
        background: #333; 
        border-radius: 4px;
      }
      ::-webkit-scrollbar-thumb:hover {
        background: #00FF94; 
      }
    </style>

<link rel="stylesheet" href="/index.css">
  <script type="importmap">
{
  "imports": {
    "react/": "https://esm.sh/react@^19.2.3/",
    "react": "https://esm.sh/react@^19.2.3",
    "react-dom/": "https://esm.sh/react-dom@^19.2.3/",
    "lucide-react": "https://esm.sh/lucide-react@^0.562.0"
  }
}
</script>
  <script type="module" crossorigin src="/assets/index-i0UEgzVd.js"></script>
</head>
  <body class="bg-brand-dark text-white font-sans antialiased overflow-x-hidden">
    <div id="root"></div>
  </body>
</html>