[
  {
    "id": 1,
    "name": "Wireless Earbuds",
    "price": 49.99,
    "description": "High-quality wireless earbuds with noise cancellation and long battery life.",
    "image": "https://i.pinimg.com/236x/fc/a0/05/fca0059f5a6c452d3705e0b4aab1b748.jpg"
  },
  {
    "id": 2,
    "name": "Smartphone",
    "price": 699.99,
    "description": "Latest model smartphone with stunning display and powerful processor.",
    "image": "https://i.pinimg.com/474x/34/45/d3/3445d3483a630a3677e2c17cd7198869.jpg"
  },
  {
    "id": 3,
    "name": "Laptop",
    "price": 999.99,
    "description": "Lightweight laptop with high performance and long battery life.",
    "image": "https://i.pinimg.com/236x/cb/20/6c/cb206cfc709d42f37084011b55b15cfa.jpg"
  },
  {
    "id": 4,
    "name": "Smartwatch",
    "price": 199.99,
    "description": "Smartwatch with fitness tracking and heart rate monitoring.",
    "image": "https://i.pinimg.com/236x/aa/ee/74/aaee744610590d71577c72c84b135d36.jpg"
  },
  {
    "id": 5,
    "name": "Bluetooth Speaker",
    "price": 59.99,
    "description": "Portable Bluetooth speaker with rich sound and deep bass.",
    "image": "https://i.pinimg.com/236x/7d/74/5b/7d745b8a77a0a4043103a59bf29cf8c9.jpg"
  },
  {
    "id": 6,
    "name": "Gaming Console",
    "price": 499.99,
    "description": "Next-gen gaming console with 4K resolution and immersive gameplay.",
    "image": "https://i.pinimg.com/736x/28/66/b4/2866b473b859be26d04feb0eb18a2bcf.jpg"
  },
  {
    "id": 7,
    "name": "Wireless Mouse",
    "price": 29.99,
    "description": "Ergonomic wireless mouse with adjustable DPI settings.",
    "image": "https://i.pinimg.com/236x/25/b5/30/25b530135b0c1327f8155f184420ad11.jpg"
  },
  {
    "id": 8,
    "name": "Mechanical Keyboard",
    "price": 89.99,
    "description": "Mechanical keyboard with customizable RGB lighting.",
    "image": "https://i.pinimg.com/736x/88/0d/45/880d456d3919c7af4ce4de55e850b7f0.jpg"
  },
  {
    "id": 9,
    "name": "External Hard Drive",
    "price": 79.99,
    "description": "Portable external hard drive with 2TB storage capacity.",
    "image": "https://i.pinimg.com/736x/e2/a8/fc/e2a8fcafb0b9debb6c39bf700dae8239.jpg"
  },
  {
    "id": 10,
    "name": "4K TV",
    "price": 599.99,
    "description": "Ultra HD 4K TV with HDR support and smart features.",
    "image": "https://i.pinimg.com/236x/6c/5d/3e/6c5d3e99847bd66607efc4db8ab9fcc1.jpg"
  }
]