[
  {
    "id": "1",
    "name": "Wireless Headphones",
    "category": "Electronics",
    "price": 12500,
    "image": "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?auto=format&fit=crop&w=600&q=80",
    "description": "Comfortable wireless headphones with clear sound quality.",
    "rating": 4.5,
    "stock": 15
  },
  {
    "id": "2",
    "name": "Smart Watch",
    "category": "Electronics",
    "price": 18500,
    "image": "https://images.unsplash.com/photo-1546868871-7041f2a55e12?auto=format&fit=crop&w=600&q=80",
    "description": "Modern smart watch with fitness tracking and notifications.",
    "rating": 4.4,
    "stock": 10
  },
  {
    "id": "3",
    "name": "Laptop Backpack",
    "category": "Fashion",
    "price": 6500,
    "image": "https://images.unsplash.com/photo-1553062407-98eeb64c6a62?auto=format&fit=crop&w=600&q=80",
    "description": "Durable backpack suitable for laptops and daily travel.",
    "rating": 4.3,
    "stock": 20
  },
  {
    "id": "4",
    "name": "Running Shoes",
    "category": "Fashion",
    "price": 9800,
    "image": "https://images.unsplash.com/photo-1542291026-7eec264c27ff?auto=format&fit=crop&w=600&q=80",
    "description": "Lightweight running shoes designed for comfort.",
    "rating": 4.6,
    "stock": 18
  },
  {
    "id": "5",
    "name": "Analog Watch",
    "category": "Accessories",
    "price": 7200,
    "image": "https://images.unsplash.com/photo-1523275335684-37898b6baf30?auto=format&fit=crop&w=600&q=80",
    "description": "Classic analog wrist watch with a clean design.",
    "rating": 4.2,
    "stock": 12
  },
  {
    "id": "6",
    "name": "Sunglasses",
    "category": "Accessories",
    "price": 4200,
    "image": "https://images.unsplash.com/photo-1511499767150-a48a237f0083?auto=format&fit=crop&w=600&q=80",
    "description": "Stylish sunglasses suitable for everyday outdoor use.",
    "rating": 4.1,
    "stock": 25
  },
  {
    "id": "7",
    "name": "Coffee Mug",
    "category": "Home",
    "price": 1500,
    "image": "https://images.unsplash.com/photo-1514228742587-6b1558fcca3d?auto=format&fit=crop&w=600&q=80",
    "description": "Simple ceramic coffee mug for home or office use.",
    "rating": 4,
    "stock": 30
  },
  {
    "id": "8",
    "name": "Table Lamp",
    "category": "Home",
    "price": 5600,
    "image": "https://images.unsplash.com/photo-1507473885765-e6ed057f782c?auto=format&fit=crop&w=600&q=80",
    "description": "Modern table lamp for study tables and bedrooms.",
    "rating": 4.3,
    "stock": 14
  },
  {
    "id": "9",
    "name": "Office Chair",
    "category": "Furniture",
    "price": 22500,
    "image": "https://images.unsplash.com/photo-1580480055273-228ff5388ef8?auto=format&fit=crop&w=600&q=80",
    "description": "Comfortable office chair for long working hours.",
    "rating": 4.5,
    "stock": 8
  },
  {
    "id": "10",
    "name": "Wooden Desk",
    "category": "Furniture",
    "price": 32000,
    "image": "https://images.unsplash.com/photo-1518455027359-f3f8164ba6bd?auto=format&fit=crop&w=600&q=80",
    "description": "Minimal wooden desk for study or office setup.",
    "rating": 4.4,
    "stock": 6
  },
  {
    "id": "11",
    "name": "Perfume",
    "category": "Beauty",
    "price": 8900,
    "image": "https://images.unsplash.com/photo-1592945403244-b3fbafd7f539?auto=format&fit=crop&w=600&q=80",
    "description": "Long-lasting fragrance suitable for daily use.",
    "rating": 4.2,
    "stock": 16
  },
  {
    "id": "12",
    "name": "Face Cream",
    "category": "Beauty",
    "price": 3500,
    "image": "https://images.unsplash.com/photo-1556228578-8c89e6adf883?auto=format&fit=crop&w=600&q=80",
    "description": "Moisturizing face cream for smooth and fresh skin.",
    "rating": 4.1,
    "stock": 22
  }
]