[
    {
        "id": "prod-001",
        "name": "AMD Ryzen 9 7950X",
        "category": "processors",
        "price": 599.99,
        "stock": 15,
        "description": "Procesador de 16 núcleos y 32 hilos, arquitectura Zen 4, hasta 5.7GHz",
        "image": "https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=400",
        "specs": {
            "cores": 16,
            "threads": 32,
            "baseClock": "4.5 GHz",
            "boostClock": "5.7 GHz",
            "tdp": "170W"
        },
        "createdAt": "2026-02-01T10:00:00.000Z",
        "updatedAt": "2026-02-01T10:00:00.000Z"
    },
    {
        "id": "prod-002",
        "name": "NVIDIA GeForce RTX 4090",
        "category": "gpu",
        "price": 1599.99,
        "stock": 8,
        "description": "Tarjeta gráfica de última generación con 24GB GDDR6X",
        "image": "https://images.unsplash.com/photo-1591488320449-011701bb6704?w=400",
        "specs": {
            "memory": "24GB GDDR6X",
            "coreClock": "2.52 GHz",
            "cudaCores": 16384,
            "tdp": "450W"
        },
        "createdAt": "2026-02-01T10:00:00.000Z",
        "updatedAt": "2026-02-01T10:00:00.000Z"
    },
    {
        "id": "prod-003",
        "name": "Corsair K95 RGB Platinum",
        "category": "gaming",
        "price": 199.99,
        "stock": 25,
        "description": "Teclado mecánico gaming con switches Cherry MX Speed",
        "image": "https://images.unsplash.com/photo-1587829741301-dc798b83add3?w=400",
        "specs": {
            "switches": "Cherry MX Speed",
            "rgb": "Per-key RGB",
            "connectivity": "USB + Wireless"
        },
        "createdAt": "2026-02-01T10:00:00.000Z",
        "updatedAt": "2026-02-01T10:00:00.000Z"
    },
    {
        "id": "prod-004",
        "name": "Samsung 980 PRO 2TB",
        "category": "storage",
        "price": 249.99,
        "stock": 30,
        "description": "SSD NVMe M.2 PCIe 4.0 de alta velocidad",
        "image": "https://images.unsplash.com/photo-1597872200969-2b65d56bd16b?w=400",
        "specs": {
            "capacity": "2TB",
            "interface": "PCIe 4.0 NVMe",
            "readSpeed": "7000 MB/s",
            "writeSpeed": "5100 MB/s"
        },
        "createdAt": "2026-02-01T10:00:00.000Z",
        "updatedAt": "2026-02-01T10:00:00.000Z"
    },
    {
        "id": "prod-005",
        "name": "Logitech G Pro X Superlight",
        "category": "gaming",
        "price": 149.99,
        "stock": 40,
        "description": "Mouse gaming inalámbrico ultra ligero",
        "image": "https://images.unsplash.com/photo-1527864550417-7fd91fc51a46?w=400",
        "specs": {
            "weight": "63g",
            "sensor": "HERO 25K",
            "dpi": "100-25,600",
            "battery": "70 horas"
        },
        "createdAt": "2026-02-01T10:00:00.000Z",
        "updatedAt": "2026-02-01T10:00:00.000Z"
    }
]