{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://nhsindy.com/#business",
      "name": "Nick's Handyman Service LLC",
      "url": "https://nhsindy.com",
      "telephone": "+1-317-893-3717",
      "email": "nicholas@nhsindy.com",
      "priceRange": "$$",
      "image": "https://nhsindy.com/assets/images/nhs_logo_v2.png",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Greenwood",
        "addressRegion": "IN",
        "postalCode": "46143",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 39.6137,
        "longitude": -86.1067
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 5.0,
        "reviewCount": 64
      },
      "foundingDate": "2005",
      "founder": {
        "@type": "Person",
        "name": "Nicholas"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://nhsindy.com/services/interior-painting.html",
      "url": "https://nhsindy.com/services/interior-painting.html",
      "name": "Interior Painting — Rooms, Accent Walls, Trim",
      "description": "Interior painting across Central Indiana. Full rooms, accent walls, ceilings, trim, crown molding. Two coats minimum, color-matched caulk. Serves Carmel, Zionsville, Fishers, Greenwood.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Service",
      "serviceType": "Interior Painting",
      "provider": {
        "@id": "https://nhsindy.com/#business"
      },
      "areaServed": {
        "@type": "State",
        "name": "Indiana"
      },
      "name": "Interior Painting — Rooms, Accent Walls, Trim",
      "description": "Interior painting across Central Indiana. Full rooms, accent walls, ceilings, trim, crown molding. Two coats minimum, color-matched caulk. Serves Carmel, Zionsville, Fishers, Greenwood.",
      "offers": {
        "@type": "Offer",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "priceCurrency": "USD",
          "price": 350,
          "description": "$350 minimum service call; 2–3 hour minimum on any visit; materials (paint) additional at cost"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Cost of painting a bedroom?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Walls only in a 10×12 room: $325–$475 labor + $60–$120 paint. Walls + ceiling: $475–$650 labor + $90–$160 paint."
          }
        },
        {
          "@type": "Question",
          "name": "How long does interior paint take to dry?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Modern latex paint is dry to the touch in 2–4 hours. Full cure takes about 30 days. Furniture can go back in the next day, but hanging pictures and heavy scuff contact should wait a week so the film hardens without marring."
          }
        },
        {
          "@type": "Question",
          "name": "Should I hire a professional painter for my kitchen?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Kitchen cabinet paint jobs specifically, yes. Spraying cabinets in a dust-free zone, with proper primer, requires a pro setup — a DIY brush-paint job on cabinets peels in 2 years. Spray finish lasts 15+."
          }
        },
        {
          "@type": "Question",
          "name": "What color should I paint my kitchen?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "2026 trends lean warm — creamy whites (SW Alabaster, BM White Dove), warm greiges (SW Accessible Beige), deep greens (SW Evergreen Fog), and sage tones. For backsplash-heavy kitchens, a neutral cabinet lets the tile shine."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Services",
          "item": "https://nhsindy.com/services/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Interior Painting",
          "item": "https://nhsindy.com/services/interior-painting.html"
        }
      ]
    }
  ]
}