[
  {
    "id": "el-001",
    "name": "Compact USB-C Laptop Dock",
    "category": "Computer Accessories",
    "description": "A compact USB-C docking station for laptops, home offices, and hybrid work setups.",
    "price": 89,
    "features": [
      "USB-C",
      "HDMI output",
      "Ethernet",
      "compact",
      "plug and play"
    ],
    "useCases": [
      "home office",
      "programming workstation",
      "remote work",
      "dual monitor setup"
    ],
    "tags": [
      "laptop",
      "dock",
      "office",
      "productivity",
      "accessory"
    ]
  },
  {
    "id": "el-002",
    "name": "Budget Programming Laptop",
    "category": "Laptops",
    "description": "A budget-friendly laptop suitable for coding, web development, online meetings, and daily business use.",
    "price": 620,
    "features": [
      "16GB RAM",
      "512GB SSD",
      "lightweight",
      "long battery life"
    ],
    "useCases": [
      "programming",
      "student work",
      "freelancing",
      "business travel"
    ],
    "tags": [
      "laptop",
      "programming",
      "budget",
      "developer",
      "portable"
    ]
  },
  {
    "id": "el-003",
    "name": "Voltage Protector for Sensitive Equipment",
    "category": "Power Protection",
    "description": "A compact protection device for office, medical, and home electronics.",
    "price": 85,
    "features": [
      "voltage protection",
      "compact",
      "safe for electronics",
      "surge protection"
    ],
    "useCases": [
      "home office",
      "clinic",
      "sensitive equipment",
      "small business"
    ],
    "tags": [
      "power",
      "protection",
      "electronics",
      "safety",
      "voltage"
    ]
  },
  {
    "id": "el-004",
    "name": "Noise-Cancelling Office Headset",
    "category": "Audio",
    "description": "A comfortable headset for online meetings, remote support teams, and focused work.",
    "price": 145,
    "features": [
      "noise cancelling",
      "wireless",
      "comfortable",
      "clear microphone"
    ],
    "useCases": [
      "remote meetings",
      "customer support",
      "focus work",
      "online teaching"
    ],
    "tags": [
      "headset",
      "audio",
      "remote work",
      "meeting",
      "office"
    ]
  },
  {
    "id": "el-005",
    "name": "Portable SSD 1TB",
    "category": "Storage",
    "description": "A fast portable storage drive for backups, media files, developers, and business documents.",
    "price": 110,
    "features": [
      "1TB",
      "fast transfer",
      "portable",
      "USB-C"
    ],
    "useCases": [
      "backup",
      "developer files",
      "video editing",
      "business documents"
    ],
    "tags": [
      "storage",
      "ssd",
      "backup",
      "portable",
      "files"
    ]
  },
  {
    "id": "el-006",
    "name": "Smart Wi-Fi Security Camera",
    "category": "Smart Devices",
    "description": "A compact indoor security camera for small offices, shops, and home monitoring.",
    "price": 75,
    "features": [
      "Wi-Fi",
      "night vision",
      "motion detection",
      "mobile app"
    ],
    "useCases": [
      "shop monitoring",
      "home security",
      "small office",
      "remote monitoring"
    ],
    "tags": [
      "camera",
      "security",
      "smart device",
      "office",
      "monitoring"
    ]
  }
]