{
  "name": "Verdant Grounds",
  "tagline": "Where Nature Meets Design",
  "description": "Premium landscape design and maintenance services",
  "version": "1.0.0",
  "url": "https://verdantgrounds.com",
  "contact": {
    "phone": "(555) 123-4567",
    "email": "hello@verdantgrounds.com",
    "address": "1234 Garden Way, Greenville, CA 90210"
  },
  "social": {
    "instagram": "https://instagram.com/verdantgrounds",
    "facebook": "https://facebook.com/verdantgrounds",
    "pinterest": "https://pinterest.com/verdantgrounds",
    "linkedin": "https://linkedin.com/company/verdantgrounds"
  },
  "services": [
    {
      "id": "landscape-design",
      "title": "Landscape Design",
      "description": "Custom landscape architecture tailored to your vision, lifestyle, and property. We create cohesive outdoor environments that enhance your home.",
      "features": [
        "3D visualization & planning",
        "Native plant selection",
        "Sustainable design principles",
        "Permit assistance"
      ]
    },
    {
      "id": "hardscaping",
      "title": "Hardscaping",
      "description": "Expert installation of patios, walkways, retaining walls, and outdoor structures that add beauty and functionality to your landscape.",
      "features": [
        "Natural stone & pavers",
        "Retaining walls",
        "Outdoor kitchens",
        "Fire features"
      ]
    },
    {
      "id": "water-features",
      "title": "Water Features",
      "description": "Transform your garden with stunning ponds, fountains, and waterfalls that bring tranquility and wildlife to your outdoor space.",
      "features": [
        "Koi ponds & streams",
        "Fountains & waterfalls",
        "Irrigation systems",
        "Rain gardens"
      ]
    },
    {
      "id": "lawn-care",
      "title": "Lawn & Garden Care",
      "description": "Comprehensive maintenance services to keep your landscape looking its best year-round with organic and sustainable practices.",
      "features": [
        "Organic lawn care",
        "Seasonal planting",
        "Pruning & trimming",
        "Pest management"
      ]
    },
    {
      "id": "outdoor-living",
      "title": "Outdoor Living Spaces",
      "description": "Create your dream outdoor retreat with custom entertainment areas, pools, and structures designed for relaxation and entertaining.",
      "features": [
        "Pool surrounds",
        "Pergolas & arbors",
        "Outdoor lighting",
        "Entertainment areas"
      ]
    },
    {
      "id": "sustainable",
      "title": "Sustainable Landscaping",
      "description": "Eco-friendly solutions including xeriscaping, native plantings, and water-wise designs that benefit the environment.",
      "features": [
        "Xeriscaping",
        "Native plant gardens",
        "Pollinator habitats",
        "Rainwater harvesting"
      ]
    }
  ],
  "faqs": [
    {
      "question": "How long does a typical landscape design project take?",
      "answer": "Project timelines vary based on scope and complexity. A simple garden redesign might take 2-4 weeks, while comprehensive landscape transformations can take 2-6 months from design to completion. We provide detailed timelines during the initial consultation.",
      "category": "Process"
    },
    {
      "question": "Do you offer maintenance services after installation?",
      "answer": "Yes! We offer comprehensive maintenance packages to keep your landscape looking its best. This includes seasonal care, pruning, lawn maintenance, and irrigation management. Many clients find this ensures their investment stays beautiful year-round.",
      "category": "Services"
    },
    {
      "question": "What is your approach to sustainable landscaping?",
      "answer": "Sustainability is at the core of our practice. We prioritize native plants, water-efficient irrigation, organic maintenance methods, and designs that support local ecosystems. We can create beautiful landscapes that are also environmentally responsible.",
      "category": "Sustainability"
    },
    {
      "question": "How much does a landscape design project cost?",
      "answer": "Costs vary widely based on project scope, materials, and property size. We offer free initial consultations to understand your vision and budget, then provide detailed proposals. We work with budgets from $10,000 to $500,000+.",
      "category": "Pricing"
    },
    {
      "question": "Do you handle permits and HOA approvals?",
      "answer": "Absolutely. Our team manages all necessary permits and can assist with HOA approval processes. We have extensive experience navigating local regulations and ensuring your project meets all requirements.",
      "category": "Process"
    },
    {
      "question": "Can you work with my existing landscape?",
      "answer": "Yes, we love working with existing elements! Whether it is preserving mature trees, incorporating existing hardscaping, or refreshing tired plantings, we can enhance what you have while creating something new and beautiful.",
      "category": "Services"
    }
  ],
  "api": {
    "health": {
      "method": "GET",
      "path": "/api/health",
      "description": "Health check endpoint"
    },
    "docs": {
      "method": "GET",
      "path": "/api/docs",
      "description": "OpenAPI documentation"
    },
    "news": {
      "method": "GET",
      "path": "/api/v1/news",
      "description": "Landscape and gardening news feed",
      "parameters": [
        "limit",
        "category"
      ]
    },
    "contact": {
      "method": "POST",
      "path": "/api/v1/contact",
      "description": "Contact form submission",
      "fields": [
        "firstName",
        "lastName",
        "email",
        "phone",
        "service",
        "message"
      ]
    }
  },
  "feeds": {
    "rss": "https://verdantgrounds.com/rss.xml",
    "atom": "https://verdantgrounds.com/feed.xml"
  },
  "llm_endpoints": {
    "summary": "/llms.txt",
    "full": "/llms-full.txt",
    "index": "/llms-index.json"
  },
  "lastUpdated": "2026-08-15T16:40:58.464Z"
}