<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
    <!-- Fallback title for crawlers - React Helmet will override this -->
    <title>Hook Em' Up Towing | Nashville 24/7 Towing & Roadside</title>
    
    <!-- Fallback meta description for crawlers - React Helmet will override this -->
    <meta name="description" content="Nashville's #1 24/7 towing service. 30-min response, flatbed specialists, roadside assistance, lockouts & jump starts. Serving all Nashville. Call (615) 756-5330!" />
    
    <!-- Canonical URL -->
    <link rel="canonical" href="https://towingnashvilletn.com/" />
    
    <!-- Open Graph for social sharing - React Helmet will override these -->
    <meta property="og:title" content="Nashville Towing 24/7 | Hook Em' Up Towing" />
    <meta property="og:description" content="Nashville's #1 24/7 towing service. 30-min response, flatbed specialists, roadside assistance, lockouts & jump starts. Call (615) 756-5330!" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://towingnashvilletn.com/" />
    <meta property="og:image" content="https://towingnashvilletn.com/og-image.jpg" />
    <meta property="og:site_name" content="Hook Em' Up Towing" />
    <meta property="og:locale" content="en_US" />
    
    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Nashville Towing 24/7 | Hook Em' Up Towing" />
    <meta name="twitter:description" content="Nashville's #1 24/7 towing service. 30-min response, flatbed specialists, roadside assistance. Call (615) 756-5330!" />
    <meta name="twitter:image" content="https://towingnashvilletn.com/og-image.jpg" />
    
    <!-- Favicon - Multiple Formats for Best Compatibility -->
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" />
    <link rel="apple-touch-icon" sizes="180x180" href="/favicon.png" />
    <link rel="shortcut icon" href="/favicon.png" />
    
    <!-- Web App Manifest -->
    <link rel="manifest" href="/manifest.json" />
    
    <!-- DNS Prefetch & Preconnect for Performance (order matters - most critical first) -->
    <link rel="preconnect" href="https://jncvpoziywnoeogdebrc.supabase.co" crossorigin />
    <link rel="preconnect" href="https://lh3.googleusercontent.com" crossorigin />
    <link rel="dns-prefetch" href="https://jncvpoziywnoeogdebrc.supabase.co" />
    <link rel="dns-prefetch" href="https://lh3.googleusercontent.com" />
    <!-- Defer GTM hints since script is deferred -->
    <link rel="dns-prefetch" href="https://www.google-analytics.com" />
    <link rel="dns-prefetch" href="https://www.googletagmanager.com" />

    <!-- LCP preload: start fetching hero image immediately (improves LCP) -->
    <link
      rel="preload"
      as="image"
      href="/images/hero-mobile-optimized-2.webp"
      imagesrcset="/images/hero-mobile-optimized-2.webp 768w, /images/hero-optimized-2.webp 1920w"
      imagesizes="100vw"
      fetchpriority="high"
      type="image/webp"
    />

    <!-- Preload critical fonts to avoid render-blocking chains -->
    <link rel="preload" as="font" type="font/woff2" href="/fonts/inter-400.woff2" crossorigin />
    <link rel="preload" as="font" type="font/woff2" href="/fonts/inter-500.woff2" crossorigin />
    <link rel="preload" as="font" type="font/woff2" href="/fonts/inter-600.woff2" crossorigin />
    <link rel="preload" as="font" type="font/woff2" href="/fonts/inter-700.woff2" crossorigin />
    
    <!-- Heavily deferred Google Analytics - loads only after user interaction or 5s idle -->
    <script>
      (function() {
        var gtmLoaded = false;
        function loadGTM() {
          if (gtmLoaded) return;
          gtmLoaded = true;
          var ga = document.createElement('script');
          ga.src = 'https://www.googletagmanager.com/gtag/js?id=G-PN765W03VV';
          ga.async = true;
          document.head.appendChild(ga);
          ga.onload = function() {
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            window.gtag = gtag;
            gtag('js', new Date());
            gtag('config', 'G-PN765W03VV');
          };
        }
        // Load on user interaction (scroll, click, touch) - most users interact before 5s
        ['scroll', 'click', 'touchstart', 'keydown'].forEach(function(evt) {
          window.addEventListener(evt, loadGTM, { once: true, passive: true });
        });
        // Fallback: load after 5 seconds if no interaction
        setTimeout(loadGTM, 5000);
      })();
    </script>
    
    <!-- Preload moved to specific components to avoid unused preload warnings -->
    
    <!-- Critical CSS for above-the-fold content - ensures Googlebot sees content even if CSS fails -->
    <style>
      /* Self-hosted Inter font - inline @font-face for instant availability */
      @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('/fonts/inter-400.woff2') format('woff2');
      }
      @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('/fonts/inter-500.woff2') format('woff2');
      }
      @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url('/fonts/inter-600.woff2') format('woff2');
      }
      @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url('/fonts/inter-700.woff2') format('woff2');
      }
      
      /* Base reset */
      *, *::before, *::after { box-sizing: border-box; }
      html, body { margin: 0; padding: 0; font-family: 'Inter', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
      #root { min-height: 100vh; }
      
      /* Critical layout utilities for static content */
      .flex { display: flex; }
      .items-center { align-items: center; }
      .justify-center { justify-content: center; }
      .text-center { text-align: center; }
      .relative { position: relative; }
      .absolute { position: absolute; }
      .inset-0 { inset: 0; }
      .overflow-hidden { overflow: hidden; }
      .w-full { width: 100%; }
      .h-full { height: 100%; }
      .min-h-screen { min-height: 100vh; }
      .object-cover { -o-object-fit: cover; object-fit: cover; }
      .font-bold { font-weight: 700; }
      .z-10 { z-index: 10; }
      
      /* Static hero - visible immediately for fast LCP */
      #static-hero {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        min-height: 90vh;
        background: #0a3d7a;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        contain: layout style paint;
      }

      #static-hero picture {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }

      #static-hero img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }

      /* Hide static hero only when explicitly hidden by React */
      #static-hero.hidden,
      #seo-static-content.hidden {
        display: none !important;
      }

      /* Static SEO content - visually hidden but crawlable */
      .seo-static-content {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
      }

      /* React root */
      #root {
        position: relative;
        z-index: 1;
      }
    </style>
    
    <!-- NO early script - let static content paint for fast LCP -->
    
    <!-- Prerender.io ready signal - wait for React to hydrate before capturing -->
    <script>window.prerenderReady = false;</script>
    
    <meta name="author" content="Hook Em' Up Towing" />
    
    <!-- Server-Side Rendering / Prerender Indicators -->
    <!-- AJAX crawling scheme for Google -->
    <meta name="fragment" content="!" />
    <!-- Prerender.io status indicators -->
    <meta name="prerender-status-code" content="200" />
    <meta name="prerender-header" content="Location: https://towingnashvilletn.com" />
    <!-- SSR verification for crawlers -->
    <meta name="render:type" content="prerender" />
    <meta name="ssr-rendered" content="true" />
    <!-- Googlebot-specific rendering hint -->
    <meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
    <!-- Bingbot rendering hint -->
    <meta name="bingbot" content="index, follow" />
    <!-- Page freshness signal -->
    <meta name="revised" content="2024-12-17" />
    <meta name="date" content="2024-12-17" />
    

    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
    <link rel="sitemap" type="application/xml" href="/sitemap.xml" />
    
    <!-- Structured Data for Local Business SEO -->
    <script type="application/ld+json">
    [{
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Hook Em' Up Towing",
      "alternateName": "Towing Nashville TN",
      "url": "https://towingnashvilletn.com",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://towingnashvilletn.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Hook Em' Up Towing",
      "url": "https://towingnashvilletn.com",
      "logo": "https://towingnashvilletn.com/logo.webp",
      "sameAs": [
        "https://g.page/r/CQKg-ZmZ0xc0EAE"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+16157565330",
        "contactType": "customer service",
        "areaServed": "US",
        "availableLanguage": "English"
      }
    }]
    </script>
    <script type="module" crossorigin src="/assets/js/index-C466lPD4.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/js/react-vendor-2jAerY6A.js">
    <link rel="modulepreload" crossorigin href="/assets/js/router-Duy1rb7o.js">
    <link rel="modulepreload" crossorigin href="/assets/js/supabase-BPdnTpxu.js">
    <link rel="modulepreload" crossorigin href="/assets/js/radix-ui-ICpcxoC6.js">
    <link rel="modulepreload" crossorigin href="/assets/js/query-DYWQ1x7h.js">
    <link rel="modulepreload" crossorigin href="/assets/js/icons-D2S1DVg8.js">
    <link rel="stylesheet" href="/assets/css/index-tdXqaVVb.css" media="print" onload="this.media='all'">
    <noscript><link rel="stylesheet" href="/assets/css/index-tdXqaVVb.css"></noscript>
  </head>

  <body style="margin: 0; padding: 0; background-color: #ffffff;">
    <!-- Noscript fallback for crawlers without JS -->
    <noscript>
      <div style="padding: 2rem; font-family: system-ui; max-width: 1200px; margin: 0 auto; line-height: 1.6; background-color: white;">
        <!-- Hero Section -->
        <header style="text-align: center; margin-bottom: 3rem;">
          <h1 style="font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; color: #1a1a1a;">
            Nashville Towing Near Me 24/7 | Fast Response by Hook Em' Up Towing
          </h1>
          <p style="font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; color: #333;">
            Emergency Roadside Assistance & Towing | Licensed & Insured
          </p>
          <p style="font-size: 1.5rem; margin-bottom: 2rem;">
            <a href="tel:+16157565330" style="color: #0066cc; font-weight: bold; text-decoration: none;">(615) 756-5330</a>
          </p>
          <p style="font-size: 1.1rem; color: #555; max-width: 800px; margin: 0 auto;">
            Fast 30-minute response times with licensed professional drivers. Complete roadside assistance serving Nashville, Tennessee. We're available 24/7/365 for all your emergency towing needs.
          </p>
        </header>

        <!-- Why Choose Us Section -->
        <section style="margin-bottom: 3rem; padding: 2rem; background-color: #f5f5f5; border-radius: 8px;">
          <h2 style="font-size: 2rem; font-weight: bold; text-align: center; margin-bottom: 2rem;">Why Choose Hook Em' Up Towing</h2>
          <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem;">
            <div style="padding: 1.5rem; background: white; border-radius: 8px;">
              <h3 style="font-size: 1.3rem; font-weight: bold; margin-bottom: 0.5rem;">Fast Response Time</h3>
              <p style="color: #666;">Average arrival time of 30 minutes or less throughout Nashville and surrounding areas.</p>
            </div>
            <div style="padding: 1.5rem; background: white; border-radius: 8px;">
              <h3 style="font-size: 1.3rem; font-weight: bold; margin-bottom: 0.5rem;">Licensed & Insured</h3>
              <p style="color: #666;">Fully certified and insured for your protection. All equipment meets industry safety standards.</p>
            </div>
            <div style="padding: 1.5rem; background: white; border-radius: 8px;">
              <h3 style="font-size: 1.3rem; font-weight: bold; margin-bottom: 0.5rem;">Serving All Nashville</h3>
              <p style="color: #666;">Coverage across Nashville and surrounding areas including Franklin, Brentwood, and Murfreesboro.</p>
            </div>
            <div style="padding: 1.5rem; background: white; border-radius: 8px;">
              <h3 style="font-size: 1.3rem; font-weight: bold; margin-bottom: 0.5rem;">Professional Team</h3>
              <p style="color: #666;">Experienced, courteous, and reliable technicians available 24/7 for all your towing needs.</p>
            </div>
          </div>
        </section>

        <!-- FAQ Section -->
        <section style="margin-bottom: 3rem;">
          <h2 style="font-size: 2rem; font-weight: bold; text-align: center; margin-bottom: 2rem;">Frequently Asked Questions</h2>
          
          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">How quickly can you arrive for emergency towing in Nashville?</h3>
            <p style="color: #555;">Our average response time is 30 minutes or less throughout Nashville and surrounding areas. We have multiple tow trucks strategically positioned across the city to ensure fast response times for all emergency towing situations, 24 hours a day, 7 days a week.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">What types of vehicles can you tow?</h3>
            <p style="color: #555;">We provide towing services for all types of vehicles including cars, trucks, SUVs, motorcycles, and light commercial vehicles. Our fleet includes flatbed tow trucks and wheel-lift tow trucks to safely handle any vehicle type. Whether you drive a compact car or a large pickup truck, we have the right equipment for safe transport.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">How much does towing service cost in Nashville?</h3>
            <p style="color: #555;">Towing costs vary based on distance, vehicle type, and time of day. We provide transparent, upfront pricing with no hidden fees. Call us at (615) 756-5330 for an immediate quote. We accept all major payment methods and work with most insurance providers for roadside assistance claims.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">Do you provide 24/7 roadside assistance?</h3>
            <p style="color: #555;">Yes! Hook Em' Up Towing offers 24/7 emergency roadside assistance throughout Nashville. Whether you need a jump start at 3 AM, a tire change on the weekend, or fuel delivery on a holiday, our team is always ready to help. We never close - call us anytime, day or night.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">Are you licensed and insured?</h3>
            <p style="color: #555;">Absolutely. Hook Em' Up Towing is fully licensed, bonded, and insured to operate in Nashville and throughout Tennessee. Our drivers are professionally trained and certified, and all our equipment meets or exceeds industry safety standards. Your vehicle is in safe hands with our experienced team.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">What areas do you serve around Nashville?</h3>
            <p style="color: #555;">We provide towing and roadside assistance throughout Nashville, including Downtown Nashville, East Nashville, West Nashville, North Nashville, South Nashville, and surrounding communities like Franklin, Brentwood, Murfreesboro, Hendersonville, and Goodlettsville. If you're within 50 miles of Nashville, we can help.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">Can you help if I'm locked out of my car?</h3>
            <p style="color: #555;">Yes, we offer professional lockout services for all vehicle makes and models. Our technicians use specialized tools to safely unlock your vehicle without causing damage. We can typically resolve lockout situations in 15-20 minutes after arrival.</p>
          </div>

          <div style="margin-bottom: 2rem; padding: 1.5rem; border-left: 4px solid #0066cc; background: #f9f9f9;">
            <h3 style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">Do you handle accident recovery and vehicle transport?</h3>
            <p style="color: #555;">Yes, we specialize in accident recovery and safe vehicle transport. Our team works with insurance companies and can carefully recover damaged vehicles from accident scenes. We use flatbed tow trucks when necessary to protect vehicles with frame damage or mechanical issues during transport.</p>
          </div>
        </section>
        
        <!-- Navigation Links -->
        <nav style="line-height: 1.8; border-top: 2px solid #ddd; padding-top: 2rem;">
          <h2>Main Services:</h2>
          <a href="/services/nashville-towing">Nashville Towing</a> | 
          <a href="/services/nashville-towing-company">Towing Company</a> | 
          <a href="/services/tow-truck-service">Tow Truck Service</a> | 
          <a href="/services/flatbed-towing">Flatbed Towing</a> | 
          <a href="/services/roadside-assistance">Roadside Assistance</a> | 
          <a href="/services/vehicle-lockouts">Vehicle Lockouts</a> | 
          <a href="/services/motorcycle-towing">Motorcycle Towing</a> | 
          <a href="/services/jump-starts">Jump Starts</a>
          
          <h2 style="margin-top: 1.5rem;">Specialty Services:</h2>
          <a href="/services/classic-car-towing">Classic Car Towing</a> | 
          <a href="/services/long-distance-transport">Long Distance Transport</a> | 
          <a href="/services/off-road-recovery">Off-Road Recovery</a> | 
          <a href="/services/winch-outs">Winch Outs</a> | 
          <a href="/services/equipment-transport">Equipment Transport</a> | 
          <a href="/services/medium-duty-towing">Medium Duty Towing</a>
          
          <h2 style="margin-top: 1.5rem;">Service Areas:</h2>
          <a href="/services/towing-37203">37203 Downtown Nashville</a> | 
          <a href="/services/towing-37205">37205 Green Hills</a> | 
          <a href="/services/towing-37207">37207 East Nashville</a> | 
          <a href="/services/towing-37211">37211 South Nashville</a> | 
          <a href="/services/towing-37214">37214 Hermitage</a> | 
          <a href="/services/37221-towing-nashville">37221 Bellevue</a>
          
          <h2 style="margin-top: 1.5rem;">Blog Articles:</h2>
          <ul style="margin: 0; padding-left: 1.5rem;">
            <li><a href="/blog/winter-towing-safety-tips-nashville">Winter Towing Safety: Essential Tips for Nashville Drivers</a></li>
            <li><a href="/blog/electric-vehicle-towing-guide-nashville">Electric Vehicle Towing in Nashville: Complete EV Owner's Guide</a></li>
            <li><a href="/blog/nashville-towing-laws-regulations">Nashville Towing Laws and Regulations: Your Complete Guide</a></li>
            <li><a href="/blog/24-hour-towing-nashville-emergency-service">24 Hour Towing Nashville - Why Round-the-Clock Emergency Service Matters</a></li>
            <li><a href="/blog/cost-of-towing-services-nashville-pricing-guide">Cost of Towing Services in Nashville - What to Expect & How to Save</a></li>
            <li><a href="/blog/locked-out-of-car-nashville-emergency-lockout-service">Locked Out of Your Car in Nashville? Fast 24/7 Vehicle Lockout Service</a></li>
            <li><a href="/blog/dead-battery-jump-start-service-nashville">Dead Car Battery? Nashville Jump Start Service Available 24/7</a></li>
            <li><a href="/blog/flat-tire-service-nashville-tire-change-roadside">Flat Tire in Nashville? Fast Tire Change & Roadside Service</a></li>
            <li><a href="/blog/winter-weather-driving-tips-emergency-towing-nashville">Winter Weather Driving Tips and Emergency Towing in Nashville</a></li>
            <li><a href="/blog/how-to-choose-reliable-towing-company-nashville">How to Choose a Reliable Towing Company in Nashville</a></li>
            <li><a href="/blog/vehicle-owner-rights-during-tow-tennessee">Your Rights as a Vehicle Owner During a Tow in Tennessee</a></li>
            <li><a href="/blog/complete-guide-tow-truck-types-when-to-use-each">Complete Guide to Different Types of Tow Trucks</a></li>
            <li><a href="/blog/roadside-assistance-vs-towing-service">Roadside Assistance vs Towing Service: Which Do You Need?</a></li>
            <li><a href="/blog/accident-scene-what-to-do-nashville-towing">What to Do After a Car Accident in Nashville</a></li>
            <li><a href="/blog/motorcycle-breakdown-towing-tips-nashville">Motorcycle Breakdown? Nashville Towing Tips</a></li>
            <li><a href="/blog/bellevue-tn-towing-service-guide">Bellevue TN Towing: Fast Local Service</a></li>
          </ul>
          
          <h2 style="margin-top: 1.5rem;">Resources:</h2>
          <a href="/blog">Blog</a> | 
          <a href="/sitemap">Sitemap</a> |
          <a href="/refund-policy">Refund Policy</a>
        </nav>

        <!-- Contact Footer -->
        <footer style="margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #ddd; text-align: center;">
          <p style="font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem;">Available 24/7/365 for Emergency Service</p>
          <p style="font-size: 1.5rem; color: #0066cc; font-weight: bold;">
            <a href="tel:+16157565330" style="color: #0066cc; text-decoration: none;">(615) 756-5330</a>
          </p>
          <p style="color: #666; margin-top: 1rem;">
            Hook Em' Up Towing - Nashville's Most Trusted Emergency Towing & Roadside Assistance Service
          </p>
        </footer>
      </div>
    </noscript>
    
    <!-- Static Hero - VISIBLE for fast LCP, hidden once React loads -->
    <div id="static-hero">
      <picture>
        <source srcset="/images/hero-optimized-2.webp" media="(min-width: 768px)" type="image/webp" width="1920" height="1080" />
        <img 
          src="/images/hero-mobile-optimized-2.webp"
          srcset="/images/hero-mobile-optimized-2.webp 768w, /images/hero-optimized-2.webp 1920w"
          sizes="100vw"
          alt="Nashville Towing Service - Hook Em' Up Towing 24/7 Emergency Roadside Assistance"
          fetchpriority="high"
          loading="eager"
          decoding="sync"
          width="768"
          height="512"
        />
      </picture>
      <div style="position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,61,122,0.95), rgba(10,61,122,0.8), rgba(10,61,122,0.6));"></div>
      <div style="position: relative; z-index: 10; text-align: center; padding: 1rem; color: white; font-family: 'Inter', system-ui, sans-serif; max-width: 900px;">
        <h1 style="font-size: clamp(2.5rem, 5vw, 4rem); font-weight: bold; margin: 0 0 1rem 0; line-height: 1.1;">
          Nashville Towing Near Me 24/7 - Hook Em' Up Towing
        </h1>
        <p style="font-size: clamp(1.1rem, 2vw, 1.5rem); margin: 0 0 0.5rem 0; opacity: 0.9;">
          Emergency Roadside Assistance & Towing | Licensed & Insured | (615) 756-5330
        </p>
        <p style="font-size: clamp(1rem, 1.5vw, 1.2rem); margin: 1rem auto; max-width: 600px; opacity: 0.8;">
          Fast 30-minute response times with licensed professional drivers. Complete roadside assistance serving Nashville, Tennessee.
        </p>
        <div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem;">
          <a href="tel:+16157565330" style="display: inline-flex; align-items: center; gap: 0.5rem; background: #c9460c; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1rem; box-shadow: 0 4px 14px rgba(201,70,12,0.4);">
            📞 Call Now: (615) 756-5330
          </a>
          <a href="#services" style="display: inline-block; background: rgba(255,255,255,0.1); color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 1.1rem; border: 1px solid rgba(255,255,255,0.3);">
            Our Services
          </a>
        </div>
        <div style="margin-top: 3rem; display: inline-block; background: #c9460c; color: white; padding: 0.75rem 1.5rem; border-radius: 9999px; font-weight: bold; font-size: 1.1rem;">
          ⚡ Available 24/7/365
        </div>
      </div>
    </div>

    <!-- React app container - renders over static content -->
    <div id="root"></div>
    
    <!-- Hidden SEO content for crawlers -->
    <div id="seo-static-content" class="seo-static-content">
      <section style="background: white; padding: 3rem 2rem; font-family: system-ui, -apple-system, sans-serif;">
        <div style="max-width: 1200px; margin: 0 auto;">
          <h2 style="font-size: 2rem; text-align: center; color: #1a1a1a; margin: 0 0 2rem 0;">Our Towing & Roadside Services</h2>
          <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;">
            <div style="padding: 1.5rem; background: #f5f5f5; border-radius: 8px;">
              <h3 style="margin: 0 0 0.5rem 0; color: #0a3d7a;">24/7 Emergency Towing</h3>
              <p style="margin: 0; color: #555; line-height: 1.5;">Fast, reliable towing service available around the clock throughout Nashville and surrounding areas.</p>
            </div>
            <div style="padding: 1.5rem; background: #f5f5f5; border-radius: 8px;">
              <h3 style="margin: 0 0 0.5rem 0; color: #0a3d7a;">Flatbed Towing</h3>
              <p style="margin: 0; color: #555; line-height: 1.5;">Safe transport for luxury, classic, and all-wheel-drive vehicles using our modern flatbed fleet.</p>
            </div>
            <div style="padding: 1.5rem; background: #f5f5f5; border-radius: 8px;">
              <h3 style="margin: 0 0 0.5rem 0; color: #0a3d7a;">Roadside Assistance</h3>
              <p style="margin: 0; color: #555; line-height: 1.5;">Jump starts, tire changes, fuel delivery, and lockout services when you need help fast.</p>
            </div>
            <div style="padding: 1.5rem; background: #f5f5f5; border-radius: 8px;">
              <h3 style="margin: 0 0 0.5rem 0; color: #0a3d7a;">Vehicle Lockouts</h3>
              <p style="margin: 0; color: #555; line-height: 1.5;">Professional lockout service for all vehicle makes and models - we'll get you back on the road.</p>
            </div>
          </div>
        </div>
      </section>
      
      <footer style="background: #f5f5f5; color: #1a1a1a; padding: 2rem; text-align: center; font-family: system-ui, -apple-system, sans-serif; border-top: 1px solid #ddd;">
        <p style="margin: 0 0 0.5rem 0; font-size: 1.2rem; font-weight: bold; color: #1a1a1a;">Hook Em' Up Towing - Nashville's Trusted 24/7 Towing Service</p>
        <p style="margin: 0; font-size: 1.5rem;">
          <a href="tel:+16157565330" style="color: #0066cc; text-decoration: none; font-weight: bold;">(615) 756-5330</a>
        </p>
      </footer>
    </div>
    
    
  </body>
</html>
