[
  {
    "id": "cl-001",
    "name": "Digital Blood Pressure Monitor",
    "category": "Clinic Devices",
    "description": "A reliable blood pressure monitor for small clinics, pharmacies, and home healthcare.",
    "price": 65,
    "features": [
      "digital display",
      "automatic measurement",
      "portable",
      "easy to use"
    ],
    "useCases": [
      "small clinic",
      "pharmacy",
      "home healthcare",
      "patient monitoring"
    ],
    "tags": [
      "clinic",
      "blood pressure",
      "monitor",
      "healthcare",
      "portable"
    ]
  },
  {
    "id": "cl-002",
    "name": "Compact Air Purifier for Treatment Rooms",
    "category": "Clinic Environment",
    "description": "A quiet air purifier designed for small treatment rooms and reception areas.",
    "price": 180,
    "features": [
      "HEPA filter",
      "quiet operation",
      "compact",
      "low energy"
    ],
    "useCases": [
      "clinic room",
      "reception area",
      "small office",
      "clean air"
    ],
    "tags": [
      "air purifier",
      "clinic",
      "HEPA",
      "clean air",
      "room"
    ]
  },
  {
    "id": "cl-003",
    "name": "UV Sterilization Box",
    "category": "Sterilization",
    "description": "A small UV sterilization box for tools, mobile devices, and frequently used accessories.",
    "price": 95,
    "features": [
      "UV-C",
      "compact",
      "timer",
      "easy cleaning"
    ],
    "useCases": [
      "tool sterilization",
      "clinic accessories",
      "small clinic",
      "beauty salon"
    ],
    "tags": [
      "sterilization",
      "UV",
      "clinic",
      "tools",
      "hygiene"
    ]
  },
  {
    "id": "cl-004",
    "name": "Ergonomic Patient Chair",
    "category": "Furniture",
    "description": "A comfortable chair for waiting rooms, consultation spaces, and small medical offices.",
    "price": 240,
    "features": [
      "ergonomic",
      "easy to clean",
      "durable",
      "modern design"
    ],
    "useCases": [
      "waiting room",
      "consultation room",
      "clinic furniture",
      "patient comfort"
    ],
    "tags": [
      "chair",
      "clinic",
      "furniture",
      "comfort",
      "waiting room"
    ]
  },
  {
    "id": "cl-005",
    "name": "Medical Tablet Stand",
    "category": "Clinic Accessories",
    "description": "An adjustable tablet stand for patient forms, check-in desks, and digital records.",
    "price": 55,
    "features": [
      "adjustable",
      "stable base",
      "tablet holder",
      "desk friendly"
    ],
    "useCases": [
      "digital check-in",
      "patient forms",
      "clinic desk",
      "records"
    ],
    "tags": [
      "tablet",
      "stand",
      "clinic",
      "desk",
      "digital workflow"
    ]
  }
]