<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    
    <!-- Enhanced SEO Meta Tags for Brand Distinction -->
    <meta name="google-site-verification" content="your-google-verification-code" />
    <meta name="msvalidate.01" content="1128C9AE7C8B07FDFE469DC17C160CD3" />
    <meta name="yandex-verification" content="your-yandex-verification-code" />
    <meta name="baidu-site-verification" content="your-baidu-verification-code" />
    
    <!-- Canonical URL to prevent duplicate content issues -->
    <link rel="canonical" href="https://brandreppd.com" />
    
    <!-- Permissions Policy - Allow essential features while preventing violations -->
    <meta http-equiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=(), payment=(self), usb=(), interest-cohort=()">
    
    <!-- Content Security Policy - Enhanced for cross-browser compatibility -->
    <meta http-equiv="Content-Security-Policy" content="
      default-src 'self';
      script-src 'self' 'unsafe-inline' 'unsafe-eval' 
        https://www.googletagmanager.com https://www.google-analytics.com 
        https://izhrqkxqwkviyjxgedpy.supabase.co 
        https://gcimqrgmwefflgbpltgw.supabase.co 
        https://*.supabase.co 
        https://js.stripe.com https://checkout.stripe.com https://app.chatwoot.com 
        https://r.stripe.com https://*.stripe.com
        https://www.gstatic.com https://ssl.gstatic.com
        https://www.tiktok.com https://*.tiktok.com https://*.ttwstatic.com
        https://assets.endorsely.com https://*.endorsely.com;
      worker-src 'self' blob: data: https://static.highlight.io;
      style-src 'self' 'unsafe-inline' 
        https://fonts.googleapis.com https://api.fontshare.com https://cdn.fontshare.com 
        https://fonts.gstatic.com 
        https://js.stripe.com https://checkout.stripe.com https://*.stripe.com
        https://www.tiktok.com https://*.tiktok.com https://*.ttwstatic.com;
      font-src 'self' https://fonts.gstatic.com https://api.fontshare.com https://cdn.fontshare.com 
        https://js.stripe.com https://checkout.stripe.com data:;
      img-src 'self' data: https: blob: 
        https://izhrqkxqwkviyjxgedpy.supabase.co 
        https://gcimqrgmwefflgbpltgw.supabase.co 
        https://*.supabase.co 
        https://js.stripe.com https://checkout.stripe.com https://r.stripe.com https://*.stripe.com
        https://www.google-analytics.com https://ssl.gstatic.com https://www.gstatic.com;
      connect-src 'self' 
        https://izhrqkxqwkviyjxgedpy.supabase.co wss://izhrqkxqwkviyjxgedpy.supabase.co 
        https://gcimqrgmwefflgbpltgw.supabase.co wss://gcimqrgmwefflgbpltgw.supabase.co 
        https://*.supabase.co wss://*.supabase.co 
        https://www.google-analytics.com https://analytics.google.com https://region1.google-analytics.com 
        https://api.stripe.com https://r.stripe.com https://*.stripe.com
        https://fonts.googleapis.com https://api.fontshare.com https://cdn.fontshare.com 
        https://js.stripe.com https://checkout.stripe.com 
        https://cdn.prod.website-files.com https://app.chatwoot.com 
        https://api.twitch.tv https://id.twitch.tv 
        https://www.googleapis.com https://oauth2.googleapis.com https://people.googleapis.com https://gmail.googleapis.com
        https://www.tiktok.com https://open.tiktokapis.com https://*.tiktokapis.com https://*.tiktok.com
        https://graph.instagram.com https://api.instagram.com
        https://www.googletagmanager.com https://tagmanager.google.com
        https://static.highlight.io https://api.highlight.io https://*.highlight.io
        https://pub.highlight.io https://ingest.highlight.io
        https://assets.endorsely.com https://*.endorsely.com
        https://ipapi.co
        https://*.com https://*.net https://*.org https://*.io
        ws://localhost:* wss://localhost:* http://localhost:* https://localhost:*
        http://127.0.0.1:* ws://127.0.0.1:*;
      frame-src 'self' 
        https://js.stripe.com https://hooks.stripe.com https://checkout.stripe.com https://*.stripe.com
        https://app.chatwoot.com https://r.stripe.com
        https://www.google-analytics.com https://tagmanager.google.com
        https://www.tiktok.com https://*.tiktok.com;
      object-src 'none';
      base-uri 'self';
      form-action 'self';
      upgrade-insecure-requests;
    ">
    
    <!-- Critical CSS inline for faster LCP - Clay.com Style -->
    <style>
      /* Clay.com Performance Optimizations - Critical Above-the-Fold CSS */
      * { box-sizing: border-box; }
      
      body { 
        margin: 0; 
        font-family: 'General Sans', 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.6;
        background: #ffffff;
        color: #111827;
      }
      
      /* Hero Section Critical Styles - Above the fold */
      .hero-section {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: linear-gradient(135deg, #8256E7 0%, #6B46C1 50%, #553C9A 100%);
      }
      
      /* Navigation Critical Styles */
      .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 50;
        padding: 1rem 2rem;
        background: rgba(10, 10, 10, 0.8);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
      }
      
      .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
      }
      
      .logo {
        height: 32px;
        width: auto;
      }
      
      .nav-links {
        display: flex;
        gap: 2rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      .nav-link {
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
      }
      
      .nav-link:hover {
        color: #8256E7;
      }
      
      /* Hero Content Critical Styles */
      .hero-content {
        position: relative;
        z-index: 10;
        text-align: center;
        max-width: 800px;
        padding: 0 2rem;
      }
      
      .hero-title {
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 700;
        margin: 0 0 1rem 0;
        background: linear-gradient(135deg, #ffffff 0%, #e5e7eb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1.2;
      }
      
      .hero-subtitle {
        font-size: clamp(1.1rem, 2.5vw, 1.25rem);
        color: rgba(255, 255, 255, 0.9);
        margin: 0 0 2rem 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      
      /* CTA Button Critical Styles */
      .cta-button {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: #8256E7;
        color: #ffffff;
        padding: 1rem 2rem;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 20px rgba(130, 86, 231, 0.3);
      }
      
      .cta-button:hover {
        background: #7C3AED;
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(130, 86, 231, 0.4);
      }
      
      /* Loading shell shown until React mounts */
      .loading { 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        height: 100vh; 
        background: #ffffff;
      }
      
      .spinner { 
        width: 50px; 
        height: 50px; 
        border: 4px solid rgba(130, 86, 231, 0.15); 
        border-top: 4px solid #8256E7; 
        border-radius: 50%; 
        animation: spin 1s linear infinite; 
      }
      
      @keyframes spin { 
        0% { transform: rotate(0deg); } 
        100% { transform: rotate(360deg); } 
      }
      
      /* Mobile Optimizations */
      @media (max-width: 768px) {
        .navbar {
          padding: 0.75rem 1rem;
        }
        
        .nav-links {
          display: none;
        }
        
        .hero-content {
          padding: 0 1rem;
        }
        
        .hero-title {
          font-size: 2.5rem;
        }
        
        .hero-subtitle {
          font-size: 1.1rem;
        }
        
        .cta-button {
          padding: 0.875rem 1.5rem;
          font-size: 1rem;
        }
      }
      
      /* Performance Optimizations */
      .hero-section video {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: opacity 1s ease-in-out;
      }
      
      .hero-section video.loaded {
        opacity: 0.2;
      }
      
      /* Ensure above-the-fold content is immediately visible */
      .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(130, 86, 231, 0.95) 0%, rgba(107, 70, 193, 0.9) 50%, rgba(85, 60, 154, 0.95) 100%);
        z-index: 1;
      }
    </style>

    <!-- Enhanced Meta Tags for Better Search Engine Representation -->
    <title>BrandReppd | Exclusive Influencer Events & Brand Partnership Platform</title>
    <meta name="description" content="BrandReppd connects content creator influencers with exclusive events, verified brand contacts, and sponsorship opportunities. Access 10,000+ verified contacts, exclusive influencer events, and partnership opportunities. Average sponsorship deal: $2,500+. Join 10,000+ creators building partnerships." />
    <meta name="keywords" content="influencer events, brand partnerships, sponsorship opportunities, verified brand contacts, content creator platform, influencer marketing, brand collaboration, partnership events, exclusive influencer events" />
    <meta name="author" content="BrandReppd" />
    <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
    
    <!-- Brand Distinction Meta Tags -->
    <meta name="brand" content="BrandReppd" />
    <meta name="company" content="BrandReppd - Influencer Events & Partnership Platform" />
    <meta name="application-name" content="BrandReppd" />
    <meta name="apple-mobile-web-app-title" content="BrandReppd" />
    <meta name="msapplication-TileTitle" content="BrandReppd" />
    <meta name="theme-color" content="#8256E7" />
    
    <!-- Brand Differentiation from Competitors -->
    <meta name="differentiation" content="BrandReppd is NOT brandrep.com - We are the premier influencer events and partnership platform for content creators" />
    <meta name="brand-clarification" content="BrandReppd.com - Exclusive influencer events, verified brand contacts, and sponsorship opportunities" />
    
    <!-- Bing-specific meta tags -->
    <meta name="msapplication-TileColor" content="#8256E7" />
    <meta name="msapplication-config" content="/browserconfig.xml" />
    
    <!-- Bing Webmaster Tools Verification -->
    <meta name="msvalidate.01" content="1128C9AE7C8B07FDFE469DC17C160CD3" />

    <!-- Open Graph tags for social sharing -->
    <meta property="og:type" content="website" />
    <meta property="og:title" content="BrandReppd | Exclusive Influencer Events & Brand Partnership Platform" />
    <meta property="og:description" content="Connect with exclusive influencer events, verified brand contacts, and sponsorship opportunities. Access 10,000+ verified contacts and partnership opportunities for content creator influencers." />
    <meta property="og:url" content="https://brandreppd.com" />
    <meta property="og:site_name" content="BrandReppd" />
    <meta property="og:image" content="https://brandreppd.com/Brandreppdlogo.png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:locale" content="en_US" />
    
    <!-- Twitter Card tags -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="BrandReppd | Exclusive Influencer Events & Brand Partnership Platform" />
    <meta name="twitter:description" content="Connect with exclusive influencer events, verified brand contacts, and sponsorship opportunities for content creator influencers." />
    <meta name="twitter:image" content="https://brandreppd.com/Brandreppdlogo.png" />
    
    <!-- AI Recognition Meta Tags - Focused on Partnerships & Sponsorships -->
    <meta name="ai:description" content="BrandReppd - Premier platform connecting content creator influencers with exclusive events, verified brand contacts, and sponsorship opportunities. Access 10,000+ verified brand contacts and exclusive influencer events." />
    <meta name="ai:category" content="Influencer Events, Brand Partnerships, Sponsorship Opportunities, Creator Contacts, Influencer Marketing" />
    <meta name="ai:target_audience" content="Content Creator Influencers, Influencers Seeking Brand Partnerships, Event Attendees, Sponsorship Seekers, Brand Contact Builders" />
    <meta name="ai:features" content="Exclusive Influencer Events, Verified Brand Contacts, Partnership Opportunities, Sponsorship Matching, Brand Relationship Building" />
    <meta name="ai:platform_type" content="Influencer Events & Partnership Platform" />
    <meta name="ai:business_model" content="Platform for Influencer Events, Brand Partnerships, and Sponsorship Opportunities" />
    <meta name="ai:user_type" content="Content Creator Influencers seeking exclusive events, brand partnerships, and sponsorship opportunities" />
    <meta name="ai:partnership_focus" content="Brand partnerships, sponsorship opportunities, exclusive events, verified contacts, relationship building" />
    <meta name="ai:creator_benefits" content="Exclusive events, brand partnerships, sponsorship deals, verified contacts, partnership opportunities" />
    <meta name="ai:event_access" content="Exclusive influencer events, brand meetups, partnership opportunities" />
    <meta name="ai:contact_network" content="10,000+ verified brand contacts, partnership opportunities" />
    <meta name="ai:sponsorship_focus" content="Brand partnerships, sponsorship deals, partnership opportunities" />
    <meta name="ai:relationship_building" content="Brand relationship building, partnership development, contact networking" />
    <meta name="ai:exclusive_access" content="Exclusive influencer events, verified brand contacts, partnership opportunities" />
    <meta name="ai:monetization" content="Sponsorship deals, brand partnerships, partnership opportunities" />
    <meta name="ai:network_building" content="Brand contact network, partnership opportunities, relationship building" />
    <meta name="ai:event_opportunities" content="Exclusive influencer events, brand meetups, partnership opportunities" />
    
    <!-- Enhanced Structured Data for Better Search Engine Understanding -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "BrandReppd",
      "url": "https://brandreppd.com",
      "logo": "https://brandreppd.com/Brandreppdlogo.png",
      "description": "Premier platform connecting content creator influencers with exclusive events, verified brand contacts, and sponsorship opportunities. Access 10,000+ verified contacts and partnership opportunities.",
      "foundingDate": "2024",
      "sameAs": [
        "https://twitter.com/brandreppd",
        "https://linkedin.com/company/brandreppd",
        "https://instagram.com/brandreppd"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer service",
        "email": "support@brandreppd.com"
      },
      "offers": {
        "@type": "Offer",
        "description": "Exclusive influencer events, verified brand contacts, and sponsorship opportunities with average deal size of $2,500",
        "price": "0",
        "priceCurrency": "USD"
      },
      "audience": {
        "@type": "Audience",
        "audienceType": "Content Creator Influencers",
        "description": "Individuals seeking exclusive events, brand partnerships, and sponsorship opportunities"
      },
      "serviceType": "Influencer Events & Partnership Platform",
      "areaServed": "Worldwide",
      "alternateName": "BrandReppd.com",
      "slogan": "Exclusive Influencer Events & Brand Partnership Platform",
      "knowsAbout": [
        "Influencer Marketing",
        "Brand Partnerships", 
        "Content Creator Events",
        "Sponsorship Opportunities",
        "Verified Brand Contacts"
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Influencer Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Exclusive Influencer Events"
            }
          },
          {
            "@type": "Offer", 
            "itemOffered": {
              "@type": "Service",
              "name": "Verified Brand Contacts"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service", 
              "name": "Sponsorship Opportunities"
            }
          }
        ]
      }
    }
    </script>
    
    <!-- Local Business Structured Data for Better Local SEO -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "LocalBusiness",
      "name": "BrandReppd",
      "alternateName": "BrandReppd.com - Influencer Events & Partnership Platform",
      "description": "Premier platform connecting content creator influencers with exclusive events, verified brand contacts, and sponsorship opportunities",
      "url": "https://brandreppd.com",
      "logo": "https://brandreppd.com/Brandreppdlogo.png",
      "image": "https://brandreppd.com/Brandreppdlogo.png",
      "telephone": "+1-555-BRANDREPPD",
      "email": "support@brandreppd.com",
      "address": {
        "@type": "PostalAddress",
        "addressCountry": "US",
        "addressRegion": "California",
        "addressLocality": "Los Angeles"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": "34.0522",
        "longitude": "-118.2437"
      },
      "openingHours": "Mo-Fr 09:00-18:00",
      "priceRange": "$$",
      "currenciesAccepted": "USD",
      "paymentAccepted": "Credit Card, PayPal, Stripe",
      "foundingDate": "2024",
      "sameAs": [
        "https://twitter.com/brandreppd",
        "https://linkedin.com/company/brandreppd", 
        "https://instagram.com/brandreppd"
      ]
    }
    </script>
    
    <!-- Additional Structured Data for Website -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "BrandReppd",
      "alternateName": "BrandReppd.com - Influencer Events & Partnership Platform",
      "url": "https://brandreppd.com",
      "description": "Premier platform connecting content creator influencers with exclusive events, verified brand contacts, and sponsorship opportunities",
      "keywords": "influencer events, brand partnerships, sponsorship opportunities, verified brand contacts, content creator platform",
      "inLanguage": "en-US",
      "isAccessibleForFree": true,
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://brandreppd.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "publisher": {
        "@type": "Organization",
        "name": "BrandReppd",
        "url": "https://brandreppd.com"
      }
    }
    </script>
    
    <!-- Brand Distinction Structured Data -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Brand",
      "name": "BrandReppd",
      "alternateName": "BrandReppd.com",
      "description": "Premier influencer events and partnership platform - NOT brandrep.com",
      "url": "https://brandreppd.com",
      "logo": "https://brandreppd.com/Brandreppdlogo.png",
      "slogan": "Exclusive Influencer Events & Brand Partnership Platform",
      "sameAs": [
        "https://twitter.com/brandreppd",
        "https://linkedin.com/company/brandreppd",
        "https://instagram.com/brandreppd"
      ]
    }
    </script>
    
    <!-- Service Structured Data -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Service",
      "name": "Influencer Marketing Platform",
      "provider": {
        "@type": "Organization",
        "name": "BrandReppd"
      },
      "description": "AI-powered platform connecting content creators with brands for authentic partnerships",
      "serviceType": "Influencer Marketing",
      "areaServed": "Worldwide",
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Creator Plans",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Free Creator Plan"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Pro Creator Plan",
              "price": "29",
              "priceCurrency": "USD"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Elite Creator Plan",
              "price": "99",
              "priceCurrency": "USD"
            }
          }
        ]
      }
    }
    </script>

    <!-- Favicon and app icons -->
    <link rel="icon" type="image/png" href="/Brandreppdlogo.png" />
    <link rel="shortcut icon" href="/Brandreppdlogo.png" />
    <link rel="apple-touch-icon" href="/Brandreppdlogo.png" />
    <link rel="manifest" href="/site.webmanifest" />
    
    <!-- Android Chrome Icons for Better Mobile Display -->
    <link rel="icon" type="image/png" sizes="192x192" href="/Brandreppdlogo.png" />
    <link rel="icon" type="image/png" sizes="512x512" href="/Brandreppdlogo.png" />
    
    <!-- Preconnect to external domains for performance -->
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link rel="preconnect" href="https://gcimqrgmwefflgbpltgw.supabase.co" />
    <link rel="preconnect" href="https://api.fontshare.com" />
    <link rel="preconnect" href="https://cdn.fontshare.com" />
    
    <!-- Load FontShare fonts with performance optimization - General Sans (Lusha-style) -->
    <link href="https://api.fontshare.com/v2/css?f[]=general-sans@300,400,500,600,700&f[]=satoshi@300,400,500,600,700,800&display=swap&v=20241201" rel="stylesheet" media="print" onload="this.media='all'; this.onload=null;">
    <noscript>
      <link href="https://api.fontshare.com/v2/css?f[]=general-sans@300,400,500,600,700&f[]=satoshi@300,400,500,600,700,800&display=swap&v=20241201" rel="stylesheet">
    </noscript>
    
    <!-- Preload critical resources for faster loading - Clay.com Strategy -->
    <link rel="preload" href="/assets/images/herob-poster-C9ZTCioE.jpg" as="image" type="image/jpeg" />
    <link rel="preload" href="/Brandreppdlogo.png" as="image" type="image/png" />
    <link rel="preload" href="/assets/herob-mobile-BXVXNYon.mp4" as="video" type="video/mp4" media="(max-width: 768px)" />
    <link rel="preload" href="/assets/herob-wZRI8JLd.webm" as="video" type="video/webm" media="(min-width: 769px)" />
    
    <!-- DNS prefetch for critical resources -->
    <link rel="dns-prefetch" href="//fonts.googleapis.com" />
    <link rel="dns-prefetch" href="//gcimqrgmwefflgbpltgw.supabase.co" />
    <link rel="dns-prefetch" href="//api.fontshare.com" />
    <link rel="dns-prefetch" href="//cdn.fontshare.com" />
    
    <!-- Viewport for responsive design -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
    <!-- Theme color for browser UI -->
    <meta name="theme-color" content="#8256E7" />
    <meta name="msapplication-TileColor" content="#8256E7" />
    
    <!-- Canonical URL to prevent duplicate content issues -->
    <link rel="canonical" href="https://brandreppd.com" />
    
    <!-- Enhanced structured data for better AI understanding -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "BrandReppd",
      "url": "https://brandreppd.com",
      "logo": "https://brandreppd.com/Brandreppdlogo.png",
      "description": "AI-powered influencer marketing platform connecting content creators with top brands",
      "foundingDate": "2024",
      "sameAs": [
        "https://twitter.com/brandreppd",
        "https://linkedin.com/company/brandreppd",
        "https://instagram.com/brandreppd"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer service",
        "url": "https://brandreppd.com/contact"
      },
      "offers": {
        "@type": "Offer",
        "name": "Influencer Marketing Platform",
        "description": "Connect with brands, access verified contacts, and grow your creator business",
        "category": "Software",
        "price": "0",
        "priceCurrency": "USD"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://brandreppd.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
    </script>
    <script type="module" crossorigin src="/assets/js/index-Caa04TUT.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/js/react-vendor-dxLuoF3J.js">
    <link rel="modulepreload" crossorigin href="/assets/js/supabase-175_jeiZ.js">
    <link rel="stylesheet" crossorigin href="/assets/index-BAsJQ8Xk.css">
  </head>
  <body>
    <!-- Server-side rendered content for crawlers -->
    <div id="root">
      <div class="loading">
        <div class="spinner"></div>
      </div>
    </div>
    
    <!-- Crawler-friendly content (hidden from users, visible to crawlers) -->
    <div style="position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;">
      <h1>BrandReppd - AI-Powered Influencer Marketing Platform</h1>
      <h2>Connect Creators & Brands</h2>
      <p>BrandReppd empowers content creator influencers to discover, connect, and collaborate with leading brands. Unlock AI-powered brand matching, analytics, and campaign management—all in one platform.</p>
      
      <h2>Key Features</h2>
      <ul>
        <li><strong>AI-Powered Brand Matching:</strong> Find the perfect brand partnerships using advanced AI algorithms</li>
        <li><strong>Verified Brand Contacts:</strong> Access 10,000+ verified brand contacts and decision makers</li>
        <li><strong>Exclusive Influencer Events:</strong> Connect with brands at exclusive networking events</li>
        <li><strong>Sponsorship Opportunities:</strong> Discover and apply for brand sponsorship deals</li>
        <li><strong>Analytics Dashboard:</strong> Track your performance and optimize your partnerships</li>
        <li><strong>Campaign Management:</strong> Manage your brand collaborations from start to finish</li>
      </ul>
      
      <h2>For Content Creators</h2>
      <p>Join thousands of successful influencers who have grown their business through BrandReppd:</p>
      <ul>
        <li>Access exclusive brand partnership opportunities</li>
        <li>Connect with verified brand contacts</li>
        <li>Attend exclusive influencer events</li>
        <li>Track your performance with detailed analytics</li>
        <li>Manage campaigns with our AI-powered tools</li>
      </ul>
      
      <h2>For Brands</h2>
      <p>Find and connect with the right influencers for your campaigns:</p>
      <ul>
        <li>AI-powered influencer matching</li>
        <li>Verified creator profiles</li>
        <li>Campaign performance tracking</li>
        <li>Direct contact with top influencers</li>
      </ul>
      
      <h2>Popular Pages</h2>
      <ul>
        <li><a href="/pricing">Pricing Plans</a></li>
        <li><a href="/browse">Browse Brands</a></li>
        <li><a href="/events">Influencer Events</a></li>
        <li><a href="/tools">Creator Tools</a></li>
        <li><a href="/ai-recommendations">AI Recommendations</a></li>
        <li><a href="/partnerships">Partnership Opportunities</a></li>
        <li><a href="/about">About BrandReppd</a></li>
        <li><a href="/help">Help & Support</a></li>
      </ul>
      
      <h2>Get Started</h2>
      <p>Ready to grow your creator business? <a href="/signup">Sign up for free</a> and start connecting with brands today!</p>
      <p>Already have an account? <a href="/login">Log in</a> to access your dashboard.</p>
    </div>
    <!-- Performance optimization script - Clay.com style -->
    <script>
      // Critical performance optimizations - executed immediately
      (function() {
        // Mark critical paint timing
        window.clayPerfStart = performance.now();
        
        // Optimize video loading based on connection
        function optimizeVideoLoading() {
          const connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
          const isSlow = connection && (connection.effectiveType === 'slow-2g' || connection.effectiveType === '2g');
          const isMobile = window.innerWidth <= 768;
          
          // Store preferences for main app
          window.clayPerf = {
            shouldLoadVideo: !isSlow,
            preferMobile: isMobile,
            connectionType: connection ? connection.effectiveType : 'unknown'
          };
        }
        
        // Immediate font optimization
        if ('fonts' in document) {
          // Preload critical font weights
          document.fonts.load('400 16px Satoshi').then(() => {
            document.documentElement.classList.add('fonts-loaded');
          });
        }
        
        // Run optimizations
        optimizeVideoLoading();
        
        // Resource hints for critical resources
        function preloadCritical() {
          const link = document.createElement('link');
          link.rel = 'prefetch';
          link.href = '/src/main.tsx';
          document.head.appendChild(link);
        }
        
        // Defer non-critical preloading
        if (document.readyState === 'loading') {
          document.addEventListener('DOMContentLoaded', preloadCritical);
        } else {
          preloadCritical();
        }
      })();
    </script>
    
    <!-- Endorsely Affiliate Tracking Script -->
    <script async src="https://assets.endorsely.com/endorsely.js" data-endorsely="8093e371-8168-406c-a6d4-eb2df039adb2"></script>
    
  </body>
</html>
