{
  "@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/blog/interior-painting-zionsville-color-palettes.html",
      "url": "https://nhsindy.com/blog/interior-painting-zionsville-color-palettes.html",
      "name": "Interior Painting Trends in Zionsville: 2026 Color Palettes",
      "description": "2026 color palettes for Zionsville luxury homes. Accent walls, kitchen paint, trim colors that work in Boulder Ridge, WestClay, and Stonegate.",
      "isPartOf": {
        "@id": "https://nhsindy.com/#website"
      },
      "about": {
        "@id": "https://nhsindy.com/#business"
      }
    },
    {
      "@type": "Place",
      "name": "Zionsville, Indiana"
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What color should I paint my kitchen?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For 2026 Zionsville homes: creamy warm white cabinets + contrasting warm greige walls + sage or deep green island. Trim paint matches the cabinets."
          }
        },
        {
          "@type": "Question",
          "name": "Cost of pro interior painting in Zionsville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Single room $325-$650. Full first-floor $3,800-$6,800. Whole-house $5,500-$12,000 depending on height, trim complexity, and color changes."
          }
        },
        {
          "@type": "Question",
          "name": "Best painter in Zionsville?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Look for: two coats minimum, trim caulked before painting, color-matched caulk tube at close, touch-up kit handed to you. These separate pro work from fast work."
          }
        },
        {
          "@type": "Question",
          "name": "Should I hire a professional painter for my kitchen?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "For cabinet painting specifically, yes — cabinet paint requires spray setup, dust-free cure zone, and proper primer. DIY brush-paint on cabinets peels in 2 years."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nhsindy.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Blog",
          "item": "https://nhsindy.com/blog/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Painting Zionsville",
          "item": "https://nhsindy.com/blog/interior-painting-zionsville-color-palettes.html"
        }
      ]
    }
  ]
}